Package org.jvnet.hk2.testing.junit
package org.jvnet.hk2.testing.junit
-
ClassDescriptionThis class should be extended by test classes in order to get an automatically filled in ServiceLocator.These are other useful test utilities that can be usedAn
ExternalResource
(and aBinder
) that sets up and tears down an HK2ServiceLocator
on a per-test-class or per-test-method basis.Anenum
describing possibleServiceLocator
isolation levels for JUnit tests.A very, very special-purposeClassVisitorImpl
suitable only for use by theServiceLocatorTestRule
class to determine efficiently whether a givenClass
is annotated withService
or not.