Package org.javalite.test.jspec
Interface JSpecSupport
- All Known Implementing Classes:
AppIntegrationSpec,ControllerSpec,DBControllerSpec,DBIntegrationSpec,DBSpec,IntegrationSpec,RequestSpecHelper,SpecHelper,ViewSpec
public interface JSpecSupport
This is a class to be extended to gain easy access to JSpec methods.
- Author:
- Igor Polevoy
-
Method Summary
Modifier and TypeMethodDescriptiondefault Expectation<Object>default Expectation<Object>default <T> voidexpect(DifferenceExpectation<T> expectation)default <T> voidexpect(ExceptionExpectation<T> expectation)default <T> Expectation<T>it(T o1)Wrapper forJSpec.it(T)default Expectation<Object>
-
Method Details
-
a
-
the
-
$
-
it
Wrapper forJSpec.it(T) -
expect
-
expect
-