Uses of Interface
org.exoplatform.commons.testing.Closure
-
Packages that use Closure Package Description org.exoplatform.commons.testing -
-
Uses of Closure in org.exoplatform.commons.testing
Methods in org.exoplatform.commons.testing with parameters of type Closure Modifier and Type Method Description static voidAssertUtils. assertException(Class<? extends Exception> exceptionType, Closure code)Assert an exception of a given type is thrown by he code in closurestatic voidAssertUtils. assertException(Closure code)
-