Class and Description |
com.softwareag.applatform.sdk.test.framework.AppPlatformIntegrationTest An abstract base class, from which your test classes can inherit in order to use the JUnit runner. |
com.softwareag.applatform.sdk.test.framework.IntegrationTestRunner The main class that drives the Application Platform integration test framework. |
com.softwareag.applatform.sdk.test.framework.AppPlatformIntegrationTestWithParameters A convenience abstract base class that your test classes can inherit from when you create parameterized tests. |
com.softwareag.applatform.sdk.test.framework.ParameterizedIntegrationTestRunner A custom JUnit runner that supports running parameterized tests in the Application Platform integration test framework. |
Annotation and Description |
com.softwareag.applatform.sdk.annotations.TestBundle A required class-level annotation that must be specified on every test class that should be executed within the Application Platform integration test framework. |
com.softwareag.applatform.sdk.annotations.RunOnServer Used to specify the details of the server, on which the bundle that hosts the test class exists and the test class is executed. |