public class SuiteListenerAdapter extends Object implements SuiteListener
SuiteListener.| Modifier and Type | Field and Description |
|---|---|
protected Properties |
properties |
| Constructor and Description |
|---|
SuiteListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onConfigurationReady(VisualSuite visualSuite)
Fired when global configuration came ready.
|
void |
onPatternReady(Configuration configuration,
Pattern pattern)
Fired when pattern is ready to be processed.
|
void |
onSuiteReady(VisualSuite visualSuite)
Fired when all of it's test are ready to be processed.
|
void |
onSuiteStarted(VisualSuite visualSuite)
Fired when processing of the suite starts.
|
void |
onTestReady(Test test)
Fired when particular test and all of it's patterns are ready.
|
void |
setProperties(Properties properties)
Sets the properties of listener, this properties needs to be propagated to all subsequent listeners.
|
protected Properties properties
public void setProperties(Properties properties)
SuiteListenersetProperties in interface SuiteListenerproperties - which will be set to this listener and all subsequent listenerspublic void onSuiteStarted(VisualSuite visualSuite)
SuiteListeneronSuiteStarted in interface SuiteListenervisualSuite - the actual form of visual suite, in this step still without all of the necessary partspublic void onSuiteReady(VisualSuite visualSuite)
SuiteListeneronSuiteReady in interface SuiteListenervisualSuite - the completed details of visual suite configuration including all it's testspublic void onConfigurationReady(VisualSuite visualSuite)
SuiteListeneronConfigurationReady in interface SuiteListenervisualSuite - visual suite with global configuration ready.public void onTestReady(Test test)
SuiteListeneronTestReady in interface SuiteListenertest - which came ready including all of it's patternspublic void onPatternReady(Configuration configuration, Pattern pattern)
SuiteListeneronPatternReady in interface SuiteListenerconfiguration - the configuration completely ready for process this patternpattern - ready to be processedCopyright © 2017 JBoss by Red Hat. All rights reserved.