Class HelidonTestNgModuleFactory
java.lang.Object
io.helidon.microprofile.testing.testng.HelidonTestNgModuleFactory
- All Implemented Interfaces:
org.testng.IModuleFactory
A simple Guice module factory that instantiates the instrumented test class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.inject.Module
createModule
(org.testng.ITestContext context, Class<?> testClass)
-
Constructor Details
-
HelidonTestNgModuleFactory
public HelidonTestNgModuleFactory()
-
-
Method Details
-
createModule
- Specified by:
createModule
in interfaceorg.testng.IModuleFactory
-