Class IgnoredPropertiesCheckerTests
- java.lang.Object
-
- org.eclipse.epsilon.flock.model.checker.IgnoredPropertiesCheckerTests
-
public class IgnoredPropertiesCheckerTests extends Object
-
-
Constructor Summary
Constructors Constructor Description IgnoredPropertiesCheckerTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
ignoringAnKnownPropertyDoesNotProduceAWarning()
void
ignoringAnUnknownPropertyProducesAWarning()
-
-
-
Method Detail
-
ignoringAnUnknownPropertyProducesAWarning
public void ignoringAnUnknownPropertyProducesAWarning() throws FlockRuntimeException
- Throws:
FlockRuntimeException
-
ignoringAnKnownPropertyDoesNotProduceAWarning
public void ignoringAnKnownPropertyDoesNotProduceAWarning() throws FlockRuntimeException
- Throws:
FlockRuntimeException
-
-