Uses of Class
org.javalite.test.jspec.Expectation

Packages that use Expectation
org.javalite.test.jspec   
 

Uses of Expectation in org.javalite.test.jspec
 

Methods in org.javalite.test.jspec that return Expectation
 Expectation<Object> JSpecSupport.a(Object o1)
           
static Expectation<Object> JSpec.a(Object o1)
           
<T> Expectation<T>
JSpecSupport.it(T o1)
          Wrapper for JSpec.it(T)
static
<T> Expectation<T>
JSpec.it(T o1)
          Works the same way as methods JSpec.the(Object) or JSpec.a(Object), but takes generalized instance as parameter.
 Expectation<Object> JSpecSupport.the(Object o1)
           
static Expectation<Object> JSpec.the(Object o1)
           
 



Copyright © 2015 JavaLite. All rights reserved.