InterPSS Development Testing

ipss.test.dev Project Setup

ipss.test.dev project is for InterPSS development testing purpose. Follow the steps below to set-up the project.

Step-1 Checkout dependent projects

    • Checkout ipss.lib project
    • Checkout ieee.odm_pss project and make sure no error
    • Checkout ipss.plugin project and replace the content of .classpath with those in .classpathCoreLib. Make sure no error

Step-2 Checkout ipss.test.dev

You should not see any error at this stage. Try to run the DummyTest.java (right-click, select RunAs -> JUnit Test) to verify your setup.