Class SnapshotFlowPreconditionsTest

java.lang.Object
com.e1c.g5.v8.dt.internal.snapshot.SnapshotFlowPreconditionsTest

public class SnapshotFlowPreconditionsTest extends Object
Tests of ISnapshotFlow methods preconditions.
  • Field Details

  • 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

      protected static org.eclipse.core.resources.IProject makeProject(String name)
      Creates a new IProject mock with the given name. The project is accessible and open.
      Parameters:
      name - the project name, cannot be null
      Returns:
      the new project mock, never null