Uses of Class
com.github.loyada.jdollarx.singlebrowser.custommatchers.IsPresentNTimes
-
Packages that use IsPresentNTimes Package Description com.github.loyada.jdollarx.singlebrowser.custommatchers Custom Hamcrest matchers for assertions in tests - for a singleton instance of browser -
-
Uses of IsPresentNTimes in com.github.loyada.jdollarx.singlebrowser.custommatchers
Methods in com.github.loyada.jdollarx.singlebrowser.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.
-