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.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.ServiceLocatorIsolation Modifier and Type Method Description ServiceLocatorTestRule.ServiceLocatorIsolation
ServiceLocatorTestRule. getServiceLocatorIsolation()
Returns theServiceLocatorTestRule.ServiceLocatorIsolation
for thisServiceLocatorTestRule
.static ServiceLocatorTestRule.ServiceLocatorIsolation
ServiceLocatorTestRule.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 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
.
-