org.openqa.selenium.lift.match
Class NumericalMatchers
java.lang.Object
org.openqa.selenium.lift.match.NumericalMatchers
public class NumericalMatchers
- extends Object
Various numerical hamcrest Matcher
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumericalMatchers
public NumericalMatchers()
atLeast
public static org.hamcrest.Matcher<Integer> atLeast(int i)
exactly
public static org.hamcrest.Matcher<Integer> exactly(int i)
Copyright © 2012. All Rights Reserved.