Uses of Class
org.javalite.test.jspec.DifferenceExpectation
Packages that use DifferenceExpectation
-
Uses of DifferenceExpectation in org.javalite.test.jspec
Methods in org.javalite.test.jspec with parameters of type DifferenceExpectationModifier and TypeMethodDescriptionstatic <T> void
JSpec.expect(DifferenceExpectation<T> expectation)
Expect that the results are different, throw TestException if same.default <T> void
JSpecSupport.expect(DifferenceExpectation<T> expectation)