Class CustomMatchersUtil.ISPresentNTimesMatcherForDocument
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<Path>
-
- com.github.loyada.jdollarx.custommatchers.CustomMatchersUtil.ISPresentNTimesMatcherForDocument
-
- All Implemented Interfaces:
org.hamcrest.Matcher<Path>,org.hamcrest.SelfDescribing
- Enclosing class:
- CustomMatchersUtil
public static class CustomMatchersUtil.ISPresentNTimesMatcherForDocument extends org.hamcrest.TypeSafeMatcher<Path>
Internal implementation
-
-
Constructor Summary
Constructors Constructor Description ISPresentNTimesMatcherForDocument(int nTimes, RelationOperator relationOperator, Document doc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddescribeTo(org.hamcrest.Description description)StringtoString()
-
-
-
Constructor Detail
-
ISPresentNTimesMatcherForDocument
public ISPresentNTimesMatcherForDocument(int nTimes, RelationOperator relationOperator, Document doc) throws ParserConfigurationException, IOException, SAXException
-
-