public class ReflectiveMatcherAssertImpl extends Object implements org.kie.internal.fluent.test.ReflectiveMatcherAssert
Constructor and Description |
---|
ReflectiveMatcherAssertImpl() |
ReflectiveMatcherAssertImpl(String text,
ReflectiveMatcherFactory factory) |
ReflectiveMatcherAssertImpl(String actual,
org.kie.internal.fluent.test.ReflectiveMatcher matcher,
ReflectiveMatcherFactory factory) |
Modifier and Type | Method and Description |
---|---|
<T> org.hamcrest.Matcher<T> |
build(Class<T> cls) |
void |
eval(org.kie.internal.command.Context context) |
String |
getActual() |
org.kie.internal.fluent.test.ReflectiveMatcher |
getMatcher() |
void |
setActual(String actual) |
void |
setReflectiveMatcher(org.kie.internal.fluent.test.ReflectiveMatcher matcher) |
public ReflectiveMatcherAssertImpl()
public ReflectiveMatcherAssertImpl(String text, ReflectiveMatcherFactory factory)
public ReflectiveMatcherAssertImpl(String actual, org.kie.internal.fluent.test.ReflectiveMatcher matcher, ReflectiveMatcherFactory factory)
public String getActual()
public void setActual(String actual)
public org.kie.internal.fluent.test.ReflectiveMatcher getMatcher()
public void setReflectiveMatcher(org.kie.internal.fluent.test.ReflectiveMatcher matcher)
public <T> org.hamcrest.Matcher<T> build(Class<T> cls)
public void eval(org.kie.internal.command.Context context)
eval
in interface org.kie.internal.fluent.test.ReflectiveMatcherAssert
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.