Interface | Description |
---|---|
HK2TestModule |
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 used
|
ServiceLocatorTestRule<T> |
An
ExternalResource (and a Binder ) that sets up and
tears down an HK2 ServiceLocator on a per-test-class or
per-test-method basis. |
ServiceLocatorTestRule.Visitor |
A very, very special-purpose
ClassVisitorImpl suitable
only for use by the ServiceLocatorTestRule class to
determine efficiently whether a given Class is annotated
with Service or not. |
Enum | Description |
---|---|
ServiceLocatorTestRule.ServiceLocatorIsolation |
An
enum describing possible ServiceLocator
isolation levels for JUnit tests. |