java.lang.Object
org.hamcrest.BaseMatcher<ConfigNode>
io.helidon.config.testing.ValueNodeMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<ConfigNode>,org.hamcrest.SelfDescribing
Hamcrest
Matcher implementation that matches ConfigNode.ValueNode value.-
Method Summary
Modifier and TypeMethodDescriptionvoiddescribeTo(org.hamcrest.Description description) booleanstatic ValueNodeMatcherCreates new instance ofValueNodeMatcherthat matchesConfigNode.ValueNodewith spacifiedexpectedValue.Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, toString
-
Method Details
-
describeTo
public void describeTo(org.hamcrest.Description description) -
matches
-
valueNode
Creates new instance ofValueNodeMatcherthat matchesConfigNode.ValueNodewith spacifiedexpectedValue.- Parameters:
expectedValue- expected value holded byConfigNode.ValueNode- Returns:
- new instance of
ValueNodeMatcher
-