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) |
<T> P |
test(org.kie.internal.fluent.test.ReflectiveMatcherAssert matcherAssert) |
<T> 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 <T> P test(String text)
test
in interface TestableFluent<P>
public <T> P test(org.kie.internal.fluent.test.ReflectiveMatcherAssert matcherAssert)
test
in interface TestableFluent<P>
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.