Package org.infinispan.commons.junit


package org.infinispan.commons.junit
  • Class
    Description
    Use with @ClassRule to initialize a resource in a non-static method and release it after all the methods in the class.
     
    Use with @Rule to release resources after a method or with @ClassRule to release them after all the methods in the class.