org.springframework.binding.value.support
Class ListDataEventArgumentMatcher

Show UML class diagram
java.lang.Object
  extended by org.springframework.binding.value.support.ListDataEventArgumentMatcher
All Implemented Interfaces:
org.easymock.IArgumentMatcher

public class ListDataEventArgumentMatcher
extends Object
implements org.easymock.IArgumentMatcher

Custom ArgumentMatcher for EasyMock.

Author:
Peter De Bruycker

Constructor Summary
ListDataEventArgumentMatcher(ListDataEvent expected)
           
 
Method Summary
 void appendTo(StringBuffer sb)
           
 boolean matches(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDataEventArgumentMatcher

public ListDataEventArgumentMatcher(ListDataEvent expected)
Method Detail

appendTo

public void appendTo(StringBuffer sb)
Specified by:
appendTo in interface org.easymock.IArgumentMatcher

matches

public boolean matches(Object value)
Specified by:
matches in interface org.easymock.IArgumentMatcher


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.