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> voidJSpec.expect(DifferenceExpectation<T> expectation)Expect that the results are different, throw TestException if same.default <T> voidJSpecSupport.expect(DifferenceExpectation<T> expectation)