|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface Module
A type for modules that offer services to tests. Before a module is used,
init() will be called so that it can initialize itself. After
initialization, getTestListener() will be called, so that the module
can create a callback that can plug into the test exucution sequence. See
TestListener javadoc for more info.
| 字段摘要 |
|---|
| 方法摘要 | |
|---|---|
void |
afterInit()
Gives the module the opportunity to performs initialization that can only work after all other modules have been initialized |
TestListener |
getTestListener()
Creates the test listener for this module. |
void |
init()
根据test4j的配置信息初始化各个模块的变量 Initializes the module with the test4j properties. |
| 方法详细信息 |
|---|
void init()
void afterInit()
TestListener getTestListener()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||