public class SuiteListenerImpl extends TypeProperties implements SuiteListener
Proxy for actual implementation of SuiteListener.
Actual implementation will be constructed from TypeProperties.getType() value.
typeany| Constructor and Description |
|---|
SuiteListenerImpl() |
| 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.
|
getType, setTypegetAny, getProperty, getProperty, getProperty, include, setProperty, sizepublic 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 onConfigurationReady(VisualSuite visualSuite)
SuiteListeneronConfigurationReady in interface SuiteListenervisualSuite - visual suite with global configuration ready.public void onPatternReady(Configuration configuration, Pattern pattern)
SuiteListeneronPatternReady in interface SuiteListenerconfiguration - the configuration completely ready for process this patternpattern - ready to be processedpublic void onTestReady(Test test)
SuiteListeneronTestReady in interface SuiteListenertest - which came ready including all of it's patternspublic void onSuiteReady(VisualSuite visualSuite)
SuiteListeneronSuiteReady in interface SuiteListenervisualSuite - the completed details of visual suite configuration including all it's testsCopyright © 2017 JBoss by Red Hat. All rights reserved.