Package org.jvnet.hk2.testing.junit
-
Interface Summary Interface Description HK2TestModule -
Class Summary Class Description HK2Runner This class should be extended by test classes in order to get an automatically filled in ServiceLocator.HK2TestUtilities These are other useful test utilities that can be usedServiceLocatorTestRule<T> AnExternalResource
(and aBinder
) that sets up and tears down an HK2ServiceLocator
on a per-test-class or per-test-method basis.ServiceLocatorTestRule.Visitor A very, very special-purposeClassVisitorImpl
suitable only for use by theServiceLocatorTestRule
class to determine efficiently whether a givenClass
is annotated withService
or not. -
Enum Summary Enum Description ServiceLocatorTestRule.ServiceLocatorIsolation Anenum
describing possibleServiceLocator
isolation levels for JUnit tests.