public class CompareListener extends Object implements SuiteListener
| Constructor and Description |
|---|
CompareListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onConfigurationReady(VisualSuite visualSuite) |
void |
onPatternReady(Configuration configuration,
Pattern pattern) |
void |
onSuiteReady(VisualSuite visualSuite) |
void |
onSuiteStarted(VisualSuite visualSuite) |
void |
onTestReady(Test test) |
void |
setProperties(Properties properties) |
public void setProperties(Properties properties)
setProperties in interface SuiteListenerpublic void onSuiteStarted(VisualSuite visualSuite)
onSuiteStarted in interface SuiteListenerpublic void onConfigurationReady(VisualSuite visualSuite)
onConfigurationReady in interface SuiteListenerpublic void onSuiteReady(VisualSuite visualSuite)
onSuiteReady in interface SuiteListenerpublic void onPatternReady(Configuration configuration, Pattern pattern)
onPatternReady in interface SuiteListenerpublic void onTestReady(Test test)
onTestReady in interface SuiteListenerCopyright © 2017 JBoss by Red Hat. All rights reserved.