Package org.eclipse.epsilon.flock
Class FlockExecutionTests
- java.lang.Object
-
- org.eclipse.epsilon.flock.FlockExecutionTests
-
public class FlockExecutionTests extends Object
-
-
Constructor Summary
Constructors Constructor Description FlockExecutionTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
runShouldAddWarningIfExpandWasTurnedOff()
void
runShouldEnsureExpandIsOff()
void
runShouldNotAddWarningIfExpandWasNotTurnedOff()
-
-
-
Method Detail
-
runShouldEnsureExpandIsOff
public void runShouldEnsureExpandIsOff() throws FlockRuntimeException
- Throws:
FlockRuntimeException
-
runShouldAddWarningIfExpandWasTurnedOff
public void runShouldAddWarningIfExpandWasTurnedOff() throws FlockRuntimeException
- Throws:
FlockRuntimeException
-
runShouldNotAddWarningIfExpandWasNotTurnedOff
public void runShouldNotAddWarningIfExpandWasNotTurnedOff() throws FlockRuntimeException
- Throws:
FlockRuntimeException
-
-