ViPER IDE Tests
From ViPER Wiki
A feature bundling together all JUnit test cases for the ViPER IDE. It bundles the following features and plug-ins:
- ViPER IDE Test feature, bundling the sc.viper.ide.test plug-in, which defines the base clases for all ViPER IDE Tests
- ViPER IDE Tests feature, bundling the sc.viper.ide.tests plug-in, which defines a JUnit TestSuite bundling all tests for the ViPER IDE, so they can be executed easily within the workspace during development.
- ViPER IDE Thirdparty Tests feature, bundling tests for the non IDE ViPER Project Components.
- ViPER Platform Tests feature
- ViPER UML2 Tests feature
- ViPER NaUTiluS Tests feature
- ViPER MetiS Tests feature
[edit] To run tests locally inside ViPER IDE using ANT
- Install eclipse testing framework into your ViPER IDE
- Checkout sc.viper.ide.tests plugin
- Checkout the test plugin containing the tests to execute
- Execute the test.xml contained in the test plugin (make sure in the run dialog, under the JRE section, the "Run in the same JRE as the workspace" is checked.
