jdave.wicket
Class ComponentsModelMatchesTo<T extends org.apache.wicket.Component>

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by jdave.wicket.ComponentsModelMatchesTo<T>
All Implemented Interfaces:
org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing

public class ComponentsModelMatchesTo<T extends org.apache.wicket.Component>
extends org.hamcrest.BaseMatcher<T>

Author:
Timo Rantalaiho

Constructor Summary
ComponentsModelMatchesTo(org.hamcrest.Matcher<?> matcher)
           
 
Method Summary
 void describeTo(org.hamcrest.Description description)
           
 boolean matches(java.lang.Object o)
           
protected  boolean matches(T component)
           
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentsModelMatchesTo

public ComponentsModelMatchesTo(org.hamcrest.Matcher<?> matcher)
Method Detail

matches

public final boolean matches(java.lang.Object o)

matches

protected boolean matches(T component)

describeTo

public void describeTo(org.hamcrest.Description description)


Copyright © 2010. All Rights Reserved.