| 类 | 说明 |
|---|---|
| TestNGDBInjectionListener |
TestNG DB listener to create db injection module for each test class at the initiation
Example is:
\\@Listeners(TestNGDBInjectionListener.class)
|
| TestNGDBInjectionModuleFactory |
Guice Module Factory for TestNG cases, this can be used in a
org.testng.annotations.Guice annotation
Example is:
\\@Guice(moduleFactory = TestNGDBModuleFactory.class)
|
Copyright © 2016. All rights reserved.