Uses of Class
org.jvnet.hk2.testing.junit.annotations.InhabitantFiles
-
Packages that use InhabitantFiles Package Description org.jvnet.hk2.testing.junit -
-
Uses of InhabitantFiles in org.jvnet.hk2.testing.junit
Methods in org.jvnet.hk2.testing.junit with parameters of type InhabitantFiles Modifier and Type Method Description private static void
ServiceLocatorTestRule. bind(DynamicConfiguration configuration, InhabitantFiles inhabitantFiles)
Gathers all classpath resource names found in the suppliedInhabitantFiles
annotation representing HK2 locator files and calls theServiceLocatorTestRule.bind(DynamicConfiguration, String)
method for each such entry found.
-