org.drools.simulation.fluent.test.impl
Class ReflectiveMatcherAssertImpl
java.lang.Object
org.drools.simulation.fluent.test.impl.ReflectiveMatcherAssertImpl
- All Implemented Interfaces:
- org.kie.internal.fluent.test.ReflectiveMatcherAssert
public class ReflectiveMatcherAssertImpl
- extends Object
- implements org.kie.internal.fluent.test.ReflectiveMatcherAssert
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectiveMatcherAssertImpl
public ReflectiveMatcherAssertImpl()
ReflectiveMatcherAssertImpl
public ReflectiveMatcherAssertImpl(String text,
ReflectiveMatcherFactory factory)
ReflectiveMatcherAssertImpl
public ReflectiveMatcherAssertImpl(String actual,
org.kie.internal.fluent.test.ReflectiveMatcher matcher,
ReflectiveMatcherFactory factory)
getActual
public String getActual()
setActual
public void setActual(String actual)
getMatcher
public org.kie.internal.fluent.test.ReflectiveMatcher getMatcher()
setReflectiveMatcher
public void setReflectiveMatcher(org.kie.internal.fluent.test.ReflectiveMatcher matcher)
build
public <T> org.hamcrest.Matcher<T> build(Class<T> cls)
eval
public void eval(org.kie.internal.command.Context context)
- Specified by:
eval in interface org.kie.internal.fluent.test.ReflectiveMatcherAssert
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.