java.lang.Object
org.hamcrest.BaseMatcher<ConfigNode>
org.hamcrest.TypeSafeMatcher<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 SummaryModifier and TypeMethodDescriptionvoiddescribeMismatchSafely(ConfigNode item, org.hamcrest.Description description) voiddescribeTo(org.hamcrest.Description description) booleanmatchesSafely(ConfigNode actualValue) static ValueNodeMatcherCreates new instance ofValueNodeMatcherthat matchesConfigNode.ValueNodewith spacifiedexpectedValue.Methods inherited from class org.hamcrest.TypeSafeMatcherdescribeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
- 
Method Details- 
valueNodeCreates new instance ofValueNodeMatcherthat matchesConfigNode.ValueNodewith spacifiedexpectedValue.- Parameters:
- expectedValue- expected value holded by- ConfigNode.ValueNode
- Returns:
- new instance of ValueNodeMatcher
 
- 
describeTopublic void describeTo(org.hamcrest.Description description) 
- 
matchesSafely- Specified by:
- matchesSafelyin class- org.hamcrest.TypeSafeMatcher<ConfigNode>
 
- 
describeMismatchSafely- Overrides:
- describeMismatchSafelyin class- org.hamcrest.TypeSafeMatcher<ConfigNode>
 
 
-