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 Summary
Fields inherited from class com.e1c.g5.v8.dt.testing.check.CheckTestBase
bmModelManager, checkRepository, derivedDataManagerProvider, dtProjectManager, markerManager, orchestrator, RESOURCES_CHANGE_WAIT_TIME, testingWorkspace
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.e1c.g5.v8.dt.testing.check.CheckTestBase
extractMarkerContainerId, getCheckIdFromMarker, getCheckIdFromMarker, getFirstMarker, getFirstNestedMarker, getMarkersByCheckIds, getMarkersByCheckIds, getMarkersByCheckIds, getMdObjectByFqn, getTopObjectByFqn, getTopObjectIdByFqn, openProjectAndWaitForValidationFinish, waitForDD
-
Constructor Details
-
SingleProjectReadOnlyCheckTestBase
public SingleProjectReadOnlyCheckTestBase()
-
-
Method Details
-
getProject
Gets the project being asscoiated with the current test case- Returns:
- The
IDtProject
reference. May not benull
in case of calling within the @Test - marked methods
-
setUp
public void setUp() throws org.eclipse.core.runtime.CoreException- Throws:
org.eclipse.core.runtime.CoreException
-
tearDown
public static void tearDown() throws org.eclipse.core.runtime.CoreException- Throws:
org.eclipse.core.runtime.CoreException
-
enableCleanUp
protected boolean enableCleanUp()Description copied from class:CheckTestBase
Cleanup flag definition- Overrides:
enableCleanUp
in classCheckTestBase
- Returns:
- True if the WS should be cleaned after each test
-
getTestConfigurationName
Gets the name of the test configuration- Returns:
- The name of the test configuration. May not be
null
-