Class MigrateRuleContextTests
- java.lang.Object
-
- org.eclipse.epsilon.flock.execution.MigrateRuleContextTests
-
public class MigrateRuleContextTests extends Object
-
-
Constructor Summary
Constructors Constructor Description MigrateRuleContextTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
firstCallToEvaluateGuardDelegatesToTypedAndGuardedConstruct()
void
secondCallToEvaluateGuardDoesNotDelegateToTypedAndGuardedConstruct()
void
secondCallToEvaluateGuardReturnsFalseWhenFirstCallReturnedFalse()
void
secondCallToEvaluateGuardReturnsTrueWhenFirstCallReturnedTrue()
-
-
-
Method Detail
-
firstCallToEvaluateGuardDelegatesToTypedAndGuardedConstruct
public void firstCallToEvaluateGuardDelegatesToTypedAndGuardedConstruct() throws EolRuntimeException
- Throws:
EolRuntimeException
-
secondCallToEvaluateGuardDoesNotDelegateToTypedAndGuardedConstruct
public void secondCallToEvaluateGuardDoesNotDelegateToTypedAndGuardedConstruct() throws EolRuntimeException
- Throws:
EolRuntimeException
-
secondCallToEvaluateGuardReturnsTrueWhenFirstCallReturnedTrue
public void secondCallToEvaluateGuardReturnsTrueWhenFirstCallReturnedTrue() throws EolRuntimeException
- Throws:
EolRuntimeException
-
secondCallToEvaluateGuardReturnsFalseWhenFirstCallReturnedFalse
public void secondCallToEvaluateGuardReturnsFalseWhenFirstCallReturnedFalse() throws EolRuntimeException
- Throws:
EolRuntimeException
-
-