public interface Module
init(java.util.Properties) 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.| Modifier and Type | Method and Description |
|---|---|
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(Properties configuration)
Initializes the module with the given configuration settings.
|
void init(Properties configuration)
configuration - The config, not nullvoid afterInit()
TestListener getTestListener()
Copyright © 2016. All Rights Reserved.