Uses of Class
org.javalite.test.jspec.Expectation
Packages that use Expectation
-
Uses of Expectation in org.javalite.test.jspec
Methods in org.javalite.test.jspec that return ExpectationModifier and TypeMethodDescriptionstatic Expectation<Object>
Synonym of methodsJSpec.the(Object)
orJSpec.a(Object)
.default Expectation<Object>
static Expectation<Object>
default Expectation<Object>
static <T> Expectation<T>
JSpec.it(T o1)
Works the same way as methodsJSpec.the(Object)
orJSpec.a(Object)
, but takes generalized instance as parameter.default <T> Expectation<T>
JSpecSupport.it(T o1)
Wrapper forJSpec.it(T)
static Expectation<Object>
default Expectation<Object>