Package org.jvnet.hk2.testing.junit
Interface HK2TestModule
-
public interface HK2TestModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(DynamicConfiguration config)
Allows the test to easily configure their test
-
-
-
Method Detail
-
configure
void configure(DynamicConfiguration config)
Allows the test to easily configure their test- Parameters:
config
-
-
-