Package | Description |
---|---|
io.wcm.qa.glnm.hamcrest.baseline | |
io.wcm.qa.glnm.hamcrest.galen |
Modifier and Type | Class and Description |
---|---|
class |
DifferentiatingMatcherWrapper<T>
Wrapper to differentiate any
Matcher . |
Modifier and Type | Method and Description |
---|---|
static DifferentiatingMatcher<String> |
BaselineMatchers.baselineString()
Matcher using persistence.
|
static <T> DifferentiatingMatcher<T> |
BaselineMatchers.on(Difference difference,
org.hamcrest.Matcher<T> matcher)
Adds a difference to following matchers.
|
static <T> DifferentiatingMatcher<T> |
BaselineMatchers.on(Differences differences,
org.hamcrest.Matcher<T> matcher)
Adds a difference to following matchers.
|
static <T> DifferentiatingMatcher<T> |
BaselineMatchers.on(Enum difference,
org.hamcrest.Matcher<T> matcher)
Adds a difference to following matchers.
|
static <T> DifferentiatingMatcher<T> |
BaselineMatchers.on(String difference,
org.hamcrest.Matcher<T> matcher)
Adds a difference to following matchers.
|
Modifier and Type | Class and Description |
---|---|
class |
VisuallyCompare
Matcher doing visual comparison on element defined by Selector.
|
Copyright © 2017–2022 wcm.io QA. All rights reserved.