Uses of Class
org.javalite.test.jspec.ExceptionExpectation
Packages that use ExceptionExpectation
-
Uses of ExceptionExpectation in org.javalite.test.jspec
Methods in org.javalite.test.jspec with parameters of type ExceptionExpectationModifier and TypeMethodDescriptionstatic <T> voidJSpec.expect(ExceptionExpectation<T> expectation)static <T> voidJSpec.expect(ExceptionExpectation<T> expectation, String message)default <T> voidJSpecSupport.expect(ExceptionExpectation<T> expectation)