Class SnapshotFlowPreconditionsTest
java.lang.Object
com.e1c.g5.v8.dt.internal.snapshot.SnapshotFlowPreconditionsTest
Tests of
ISnapshotFlow
methods preconditions.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DerivedDataManagerMock
protected final IDerivedDataManagerProvider
protected final IDtProjectManager
protected final IDtSnapshotManager
protected final ISnapshotManager
protected final WorkspaceOrchestratorMock
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static org.eclipse.core.resources.IProject
makeProject
(String name) Creates a newIProject
mock with the given name.void
void
void
void
void
void
void
void
void
void
-
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 newIProject
mock with the given name. The project is accessible and open.- Parameters:
name
- the project name, cannot benull
- Returns:
- the new project mock, never
null
-