Package org.infinispan.commons.junit
-
Interface Summary Interface Description ClassResource.ExceptionSupplier<T> Cleanup.ExceptionConsumer<T> -
Class Summary Class Description ClassResource<T> Use with@ClassRuleto initialize a resource in a non-static method and release it after all the methods in the class.Cleanup Use with@Ruleto release resources after a method or with@ClassRuleto release them after all the methods in the class.