Interface ConsistencyTest<T>
-
public interface ConsistencyTest<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasTestPassed(T parameters)
-
-
-
Method Detail
-
hasTestPassed
boolean hasTestPassed(T parameters) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-