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.ServiceLocatorIsolation
ServiceLocatorTestRule.isolation
TheServiceLocatorTestRule.ServiceLocatorIsolation
designating whether theServiceLocator
associated with thisServiceLocatorTestRule
is 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.ServiceLocatorIsolation
for 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 newServiceLocatorTestRule
on behalf of the supplied JUnit test in the givenServiceLocatorTestRule.ServiceLocatorIsolation
in non-verbose mode.ServiceLocatorTestRule
(T test, ServiceLocatorTestRule.ServiceLocatorIsolation isolation, boolean verbose) Creates a newServiceLocatorTestRule
on behalf of the supplied JUnit test in the givenServiceLocatorTestRule.ServiceLocatorIsolation
.