org.rhq.test
Class PropertyMatcher<T>

java.lang.Object
  extended by org.rhq.test.PropertyMatcher<T>

public class PropertyMatcher<T>
extends Object


Constructor Summary
PropertyMatcher()
           
 
Method Summary
 MatchResult execute()
           
 void setActual(T actual)
           
 void setExpected(T expected)
           
 void setIgnoredProperties(Collection<String> ignoredProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMatcher

public PropertyMatcher()
Method Detail

setExpected

public void setExpected(T expected)

setActual

public void setActual(T actual)

setIgnoredProperties

public void setIgnoredProperties(Collection<String> ignoredProperties)

execute

public MatchResult execute()


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.