public abstract class AbstractTestableFluent<P> extends Object implements TestableFluent<P>
| Constructor and Description |
|---|
AbstractTestableFluent() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract TestableFluent<P> |
addCommand(org.kie.api.command.Command command) |
CheckableFluent<P> |
given(String name) |
P |
test(org.kie.internal.fluent.test.ReflectiveMatcherAssert matcherAssert) |
P |
test(String text) |
<T> P |
test(String reason,
T actual,
org.hamcrest.Matcher<T> matcher) |
<T> P |
test(T actual,
org.hamcrest.Matcher<T> matcher) |
protected abstract TestableFluent<P> addCommand(org.kie.api.command.Command command)
public <T> P test(String reason, T actual, org.hamcrest.Matcher<T> matcher)
test in interface TestableFluent<P>public <T> P test(T actual, org.hamcrest.Matcher<T> matcher)
test in interface TestableFluent<P>public P test(String text)
test in interface TestableFluent<P>public P test(org.kie.internal.fluent.test.ReflectiveMatcherAssert matcherAssert)
test in interface TestableFluent<P>public CheckableFluent<P> given(String name)
given in interface TestableFluent<P>Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.