org.drools.fluent.test.impl
Class ReflectiveMatcherAssertImpl

java.lang.Object
  extended by org.drools.fluent.test.impl.ReflectiveMatcherAssertImpl
All Implemented Interfaces:
org.drools.fluent.test.ReflectiveMatcherAssert

public class ReflectiveMatcherAssertImpl
extends Object
implements org.drools.fluent.test.ReflectiveMatcherAssert


Constructor Summary
ReflectiveMatcherAssertImpl()
           
ReflectiveMatcherAssertImpl(String text, ReflectiveMatcherFactory factory)
           
ReflectiveMatcherAssertImpl(String actual, org.drools.fluent.test.ReflectiveMatcher matcher, ReflectiveMatcherFactory factory)
           
 
Method Summary
<T> org.hamcrest.Matcher<T>
build(Class<T> cls)
           
 void eval(org.drools.command.Context context)
           
 String getActual()
           
 org.drools.fluent.test.ReflectiveMatcher getMatcher()
           
 void setActual(String actual)
           
 void setReflectiveMatcher(org.drools.fluent.test.ReflectiveMatcher matcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectiveMatcherAssertImpl

public ReflectiveMatcherAssertImpl()

ReflectiveMatcherAssertImpl

public ReflectiveMatcherAssertImpl(String text,
                                   ReflectiveMatcherFactory factory)

ReflectiveMatcherAssertImpl

public ReflectiveMatcherAssertImpl(String actual,
                                   org.drools.fluent.test.ReflectiveMatcher matcher,
                                   ReflectiveMatcherFactory factory)
Method Detail

getActual

public String getActual()

setActual

public void setActual(String actual)

getMatcher

public org.drools.fluent.test.ReflectiveMatcher getMatcher()

setReflectiveMatcher

public void setReflectiveMatcher(org.drools.fluent.test.ReflectiveMatcher matcher)

build

public <T> org.hamcrest.Matcher<T> build(Class<T> cls)

eval

public void eval(org.drools.command.Context context)
Specified by:
eval in interface org.drools.fluent.test.ReflectiveMatcherAssert


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.