public class TestNGDBInjectionModuleFactory extends Object implements org.testng.IModuleFactory
org.testng.annotations.Guice annotation
Example is:
\\@Guice(moduleFactory = TestNGDBModuleFactory.class)
| 构造器和说明 |
|---|
TestNGDBInjectionModuleFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.inject.Module |
createModule(org.testng.ITestContext context,
Class<?> testClass)
Check the class annotations, instantiate modules respectively.
|
public com.google.inject.Module createModule(org.testng.ITestContext context,
Class<?> testClass)
createModule 在接口中 org.testng.IModuleFactorycontext - The current engine contexttestClass - The engine classCopyright © 2016. All rights reserved.