Package com.e1c.g5.v8.dt.testing.check
Class SingleProjectReadOnlyCheckTestBase
java.lang.Object
com.e1c.g5.v8.dt.testing.check.CheckTestBase
com.e1c.g5.v8.dt.testing.check.SingleProjectReadOnlyCheckTestBase
Base implementation for the check tests that aren't change the single test configuration
- 
Field SummaryFields inherited from class com.e1c.g5.v8.dt.testing.check.CheckTestBasebmModelManager, checkRepository, derivedDataManagerProvider, dtProjectManager, markerManager, orchestrator, RESOURCES_CHANGE_WAIT_TIME, testingWorkspace
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.e1c.g5.v8.dt.testing.check.CheckTestBaseextractMarkerContainerId, getCheckIdFromMarker, getCheckIdFromMarker, getFirstMarker, getFirstNestedMarker, getMarkersByCheckIds, getMarkersByCheckIds, getMarkersByCheckIds, getMdObjectByFqn, getTopObjectByFqn, getTopObjectIdByFqn, openProjectAndWaitForValidationFinish, waitForDD
- 
Constructor Details- 
SingleProjectReadOnlyCheckTestBasepublic SingleProjectReadOnlyCheckTestBase()
 
- 
- 
Method Details- 
getProjectGets the project being asscoiated with the current test case- Returns:
- The IDtProjectreference. May not benullin case of calling within the @Test - marked methods
 
- 
setUppublic void setUp() throws org.eclipse.core.runtime.CoreException- Throws:
- org.eclipse.core.runtime.CoreException
 
- 
tearDownpublic static void tearDown() throws org.eclipse.core.runtime.CoreException- Throws:
- org.eclipse.core.runtime.CoreException
 
- 
enableCleanUpprotected boolean enableCleanUp()Description copied from class:CheckTestBaseCleanup flag definition- Overrides:
- enableCleanUpin class- CheckTestBase
- Returns:
- True if the WS should be cleaned after each test
 
- 
getTestConfigurationNameGets the name of the test configuration- Returns:
- The name of the test configuration. May not be null
 
 
-