Uses of Enum Class
org.jvnet.hk2.testing.junit.ServiceLocatorTestRule.ServiceLocatorIsolation
Packages that use ServiceLocatorTestRule.ServiceLocatorIsolation
-
Uses of ServiceLocatorTestRule.ServiceLocatorIsolation in org.jvnet.hk2.testing.junit
Methods in org.jvnet.hk2.testing.junit that return ServiceLocatorTestRule.ServiceLocatorIsolationModifier and TypeMethodDescriptionServiceLocatorTestRule.getServiceLocatorIsolation()Returns theServiceLocatorTestRule.ServiceLocatorIsolationfor thisServiceLocatorTestRule.Returns the enum constant of this class with the specified name.ServiceLocatorTestRule.ServiceLocatorIsolation.values()Returns an array containing the constants of this enum class, 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.