| 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.onPatternReady(Configuration configuration,
Pattern pattern) |
void |
SuiteListener.onPatternReady(Configuration configuration,
Pattern pattern)
Fired when pattern is ready to be processed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultStatistics.onPatternCompleted(Pattern pattern)
Fired when pattern completed.
|
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.onPatternStarted(Pattern pattern)
Fired when pattern retrieval was started.
|
void |
ResultCollectorAdapter.onPatternStarted(Pattern pattern) |
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<Pattern> |
Test.patterns
The list of patterns.
|
| Modifier and Type | Method and Description |
|---|---|
Pattern |
ObjectFactory.createPattern() |
| Modifier and Type | Method and Description |
|---|---|
List<Pattern> |
Test.getPatterns()
Gets the patterns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SuiteListenerImpl.onPatternReady(Configuration configuration,
Pattern pattern) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.