Uses of Class
org.jvnet.hk2.testing.junit.ServiceLocatorTestRule.ServiceLocatorIsolation
-
Packages that use ServiceLocatorTestRule.ServiceLocatorIsolation Package Description org.jvnet.hk2.testing.junit -
-
Uses of ServiceLocatorTestRule.ServiceLocatorIsolation in org.jvnet.hk2.testing.junit
Fields in org.jvnet.hk2.testing.junit declared as ServiceLocatorTestRule.ServiceLocatorIsolation Modifier and Type Field Description private ServiceLocatorTestRule.ServiceLocatorIsolationServiceLocatorTestRule. isolationTheServiceLocatorTestRule.ServiceLocatorIsolationdesignating whether theServiceLocatorassociated with thisServiceLocatorTestRuleis set up for each test method or shared among them.Methods in org.jvnet.hk2.testing.junit that return ServiceLocatorTestRule.ServiceLocatorIsolation Modifier and Type Method Description ServiceLocatorTestRule.ServiceLocatorIsolationServiceLocatorTestRule. getServiceLocatorIsolation()Returns theServiceLocatorTestRule.ServiceLocatorIsolationfor thisServiceLocatorTestRule.static ServiceLocatorTestRule.ServiceLocatorIsolationServiceLocatorTestRule.ServiceLocatorIsolation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceLocatorTestRule.ServiceLocatorIsolation[]ServiceLocatorTestRule.ServiceLocatorIsolation. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jvnet.hk2.testing.junit with parameters of type ServiceLocatorTestRule.ServiceLocatorIsolation Constructor Description ServiceLocatorTestRule(T test, ServiceLocatorTestRule.ServiceLocatorIsolation isolation)Creates a newServiceLocatorTestRuleon behalf of the supplied JUnit test in the givenServiceLocatorTestRule.ServiceLocatorIsolationin non-verbose mode.ServiceLocatorTestRule(T test, ServiceLocatorTestRule.ServiceLocatorIsolation isolation, boolean verbose)Creates a newServiceLocatorTestRuleon behalf of the supplied JUnit test in the givenServiceLocatorTestRule.ServiceLocatorIsolation.
-