Uses of Class
org.javalite.test.jspec.DifferenceExpectation
-
Packages that use DifferenceExpectation Package Description org.javalite.test.jspec JSpec library, see http://javalite.io/jspec -
-
Uses of DifferenceExpectation in org.javalite.test.jspec
Methods in org.javalite.test.jspec with parameters of type DifferenceExpectation Modifier and Type Method Description static <T> voidJSpec. expect(DifferenceExpectation<T> expectation)Expect that the results are different, throw TestException if same.default <T> voidJSpecSupport. expect(DifferenceExpectation<T> expectation)
-