Uses of Class
com.github.loyada.jdollarx.custommatchers.IsPresentNTimes
-
Packages that use IsPresentNTimes Package Description com.github.loyada.jdollarx.custommatchers Custom Hamcrest matchers for assertions in tests - supports multiple instances of browsers, as well as assertions on a W3C Document -
-
Uses of IsPresentNTimes in com.github.loyada.jdollarx.custommatchers
Methods in com.github.loyada.jdollarx.custommatchers that return IsPresentNTimes Modifier and Type Method Description static IsPresentNTimesCustomMatchers. isPresent(int nTimes)Successful if the the element appears the expected number of times in the browser or W3C document.
-