net.thucydides.core.matchers
Class SimpleValueMatcher

Package class diagram package SimpleValueMatcher
java.lang.Object
  extended by net.thucydides.core.matchers.SimpleValueMatcher

public class SimpleValueMatcher
extends Object


Constructor Summary
protected SimpleValueMatcher(Object value, org.hamcrest.Matcher<? extends Object> matcher)
           
 
Method Summary
 boolean matches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleValueMatcher

protected SimpleValueMatcher(Object value,
                             org.hamcrest.Matcher<? extends Object> matcher)
Method Detail

matches

public boolean matches()


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.