| Package | Description | 
|---|---|
| org.javalite.test.jspec | 
 JSpec library, see http://javalite.io/jspec 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default Expectation<Object> | 
JSpecSupport.$(Object o1)  | 
static Expectation<Object> | 
JSpec.$(Object o1)
Synonym of methods  
JSpec.the(Object) or JSpec.a(Object). | 
default Expectation<Object> | 
JSpecSupport.a(Object o1)  | 
static Expectation<Object> | 
JSpec.a(Object o1)  | 
default <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. | 
default Expectation<Object> | 
JSpecSupport.the(Object o1)  | 
static Expectation<Object> | 
JSpec.the(Object o1)  | 
Copyright © 2020 JavaLite. All rights reserved.