public class IsPresentNTimes extends Object
| Constructor and Description |
|---|
IsPresentNTimes(int nTimes) |
| Modifier and Type | Method and Description |
|---|---|
org.hamcrest.Matcher<Path> |
timesIn(Document doc) |
org.hamcrest.Matcher<Path> |
timesIn(InBrowser browser) |
org.hamcrest.Matcher<Path> |
timesOrLessIn(Document doc) |
org.hamcrest.Matcher<Path> |
timesOrLessIn(InBrowser browser) |
org.hamcrest.Matcher<Path> |
timesOrMoreIn(Document doc) |
org.hamcrest.Matcher<Path> |
timesOrMoreIn(InBrowser browser) |
public org.hamcrest.Matcher<Path> timesIn(Document doc) throws IOException, SAXException, ParserConfigurationException
public org.hamcrest.Matcher<Path> timesOrMoreIn(Document doc) throws IOException, SAXException, ParserConfigurationException
public org.hamcrest.Matcher<Path> timesOrLessIn(Document doc) throws IOException, SAXException, ParserConfigurationException
Copyright © 2016. All rights reserved.