Interface ConsistencyTest<T>


public interface ConsistencyTest<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    hasTestPassed(T parameters)
     
  • Method Details