Class SnapshotFlowPreconditionsTest
java.lang.Object
com.e1c.g5.v8.dt.internal.snapshot.SnapshotFlowPreconditionsTest
Tests of
ISnapshotFlow methods preconditions.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DerivedDataManagerMockprotected final IDerivedDataManagerProviderprotected final IDtProjectManagerprotected final IDtSnapshotManagerprotected final ISnapshotManagerprotected final WorkspaceOrchestratorMock -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static org.eclipse.core.resources.IProjectmakeProject(String name) Creates a newIProjectmock with the given name.voidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
dtProjectManager
-
derivedDataManagerMock
-
derivedDataManagerProvider
-
workspaceOrchestrator
-
snapshotManager
-
dtSnapshotManager
-
-
Constructor Details
-
SnapshotFlowPreconditionsTest
public SnapshotFlowPreconditionsTest()
-
-
Method Details
-
testScheduleCreationAfterSchedulingFinished
public void testScheduleCreationAfterSchedulingFinished() -
testScheduleRestorationAfterSchedulingFinished
public void testScheduleRestorationAfterSchedulingFinished() -
testScheduleCreationAfterFlowCanceled
public void testScheduleCreationAfterFlowCanceled() -
testScheduleRestorationAfterFlowCanceled
public void testScheduleRestorationAfterFlowCanceled() -
testScheduleCreationAfterConvertedToOperation
public void testScheduleCreationAfterConvertedToOperation() -
testScheduleRestorationAfterConvertedToOperation
public void testScheduleRestorationAfterConvertedToOperation() -
testMakeOperationAfterFlowCanceled
public void testMakeOperationAfterFlowCanceled() -
testCancelFlowAfterMakeOperation
public void testCancelFlowAfterMakeOperation() -
testMakeOperationTwice
public void testMakeOperationTwice() -
testCancelTwice
public void testCancelTwice() -
makeProject
Creates a newIProjectmock with the given name. The project is accessible and open.- Parameters:
name- the project name, cannot benull- Returns:
- the new project mock, never
null
-