public class GalenSpecMatcher extends FunctionalWrappingMatcher<GalenSpec,GalenSpecRun>
GalenSpecMatcher class.
Modifier | Constructor and Description |
---|---|
protected |
GalenSpecMatcher(org.hamcrest.Matcher<GalenSpecRun> matcher,
String... includeTags) |
Modifier and Type | Method and Description |
---|---|
protected void |
describeMismatchSafely(GalenSpec item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
static org.hamcrest.Matcher<GalenSpec> |
galenSpec(org.hamcrest.Matcher<GalenSpecRun> matcher,
String... includeTags)
galenSpec.
|
getMappingFunction, map, setMappingFunction, whenMapping
getInternalMatcher, matchesSafely, setInternalMatcher
protected GalenSpecMatcher(org.hamcrest.Matcher<GalenSpecRun> matcher, String... includeTags)
public void describeTo(org.hamcrest.Description description)
describeTo
in interface org.hamcrest.SelfDescribing
describeTo
in class FunctionalWrappingMatcher<GalenSpec,GalenSpecRun>
protected void describeMismatchSafely(GalenSpec item, org.hamcrest.Description mismatchDescription)
describeMismatchSafely
in class TypeSafeWrappingMatcher<GalenSpec,GalenSpecRun>
public static org.hamcrest.Matcher<GalenSpec> galenSpec(org.hamcrest.Matcher<GalenSpecRun> matcher, String... includeTags)
galenSpec.
matcher
- a Matcher
object.includeTags
- a String
object.Matcher
object.Copyright © 2017–2022 wcm.io QA. All rights reserved.