public interface ResultStatistics
ResultCollector which is dedicated to collect statistics of completion.| Modifier and Type | Method and Description |
|---|---|
void |
onPatternCompleted(Pattern pattern)
Fired when pattern completed.
|
void |
onSuiteCompleted()
Fired when whole suite completed and there will be no more result details available.
|
void |
onTestCompleted(Test test)
Fired when test completed including all it's pattern completed.
|
void |
setProperties(Properties properties)
Set the properties to be consumed by final implementation.
|
void setProperties(Properties properties)
properties - to setup final implementation of statistics.void onPatternCompleted(Pattern pattern)
pattern - the detail of pattern comparisonvoid onTestCompleted(Test test)
test - the test which completedvoid onSuiteCompleted()
Copyright © 2017 JBoss by Red Hat. All rights reserved.