public interface ResultStorage
| Modifier and Type | Method and Description |
|---|---|
void |
end()
Invoked on the end of visual suite comparison process to finish the storage mechanism (e.g.
|
void |
setProperties(Properties properties)
Set the properties to be consumed by final implementation.
|
String |
store(Test test,
Pattern pattern,
BufferedImage differenceImage)
Stores the differenceImage to location given by pattern and test.
|
void setProperties(Properties properties)
properties - to setup final implementation of storage.String store(Test test, Pattern pattern, BufferedImage differenceImage)
test - tied with pattern and sample which both constructed the differenceImagepattern - which constructed differenceImagedifferenceImage - the difference image constructed in process of comparisonvoid end()
Copyright © 2017 JBoss by Red Hat. All rights reserved.