Uses of Enum
org.jvnet.hk2.testing.junit.ServiceLocatorTestRule.ServiceLocatorIsolation
Packages that use ServiceLocatorTestRule.ServiceLocatorIsolation
-
Uses of ServiceLocatorTestRule.ServiceLocatorIsolation in org.jvnet.hk2.testing.junit
Fields in org.jvnet.hk2.testing.junit declared as ServiceLocatorTestRule.ServiceLocatorIsolationModifier and TypeFieldDescriptionprivate final 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.ServiceLocatorIsolationModifier and TypeMethodDescriptionServiceLocatorTestRule.getServiceLocatorIsolation()Returns theServiceLocatorTestRule.ServiceLocatorIsolationfor thisServiceLocatorTestRule.Returns the enum constant of this type with the specified name.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.ServiceLocatorIsolationModifierConstructorDescriptionServiceLocatorTestRule(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.