| Package | Description |
|---|---|
| org.arquillian.rusheye.listener | |
| org.arquillian.rusheye.result | |
| org.arquillian.rusheye.suite |
JBoss, Home of Professional Open Source
Copyright ${year}, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SuiteListenerAdapter.onTestReady(Test test) |
void |
SuiteListener.onTestReady(Test test)
Fired when particular test and all of it's patterns are ready.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultCollector.onPatternCompleted(Test test,
Pattern pattern,
ComparisonResult comparisonResult)
Fired when comparison process of pattern was completed.
|
void |
ResultCollectorAdapter.onPatternCompleted(Test test,
Pattern pattern,
ComparisonResult comparisonResult) |
void |
ResultCollector.onPatternLoaded(Test test,
Pattern pattern)
Fired when pattern was retrieved.
|
void |
ResultCollectorAdapter.onPatternLoaded(Test test,
Pattern pattern) |
void |
ResultCollector.onSampleLoaded(Test test)
Fired when sample was retrieved.
|
void |
ResultCollectorAdapter.onSampleLoaded(Test test) |
void |
ResultCollector.onSampleStarted(Test test)
Fired when sample retrieval was started.
|
void |
ResultCollectorAdapter.onSampleStarted(Test test) |
void |
ResultStatistics.onTestCompleted(Test test)
Fired when test completed including all it's pattern completed.
|
void |
ResultCollector.onTestCompleted(Test test)
Fired when test was completed
|
void |
ResultCollectorAdapter.onTestCompleted(Test test) |
void |
ResultCollector.onTestStarted(Test test)
Fired when test was started.
|
void |
ResultCollectorAdapter.onTestStarted(Test test) |
String |
ResultStorage.store(Test test,
Pattern pattern,
BufferedImage differenceImage)
Stores the differenceImage to location given by pattern and test.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Test> |
VisualSuite.tests
The list of tests
|
| Modifier and Type | Method and Description |
|---|---|
Test |
ObjectFactory.createTest() |
| Modifier and Type | Method and Description |
|---|---|
List<Test> |
VisualSuite.getTests()
Gets the test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SuiteListenerImpl.onTestReady(Test test) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.