org.openqa.selenium.lift.match
Class NumericalMatchers

java.lang.Object
  extended by org.openqa.selenium.lift.match.NumericalMatchers

public class NumericalMatchers
extends Object

Various numerical hamcrest Matchers.


Constructor Summary
NumericalMatchers()
           
 
Method Summary
static org.hamcrest.Matcher<Integer> atLeast(int i)
           
static org.hamcrest.Matcher<Integer> exactly(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericalMatchers

public NumericalMatchers()
Method Detail

atLeast

public static org.hamcrest.Matcher<Integer> atLeast(int i)

exactly

public static org.hamcrest.Matcher<Integer> exactly(int i)


Copyright © 2013. All Rights Reserved.