org.drools.simulation.fluent.test.impl
Class AbstractTestableFluent<P>
java.lang.Object
org.drools.simulation.fluent.test.impl.AbstractTestableFluent<P>
- All Implemented Interfaces:
- TestableFluent<P>
- Direct Known Subclasses:
- DefaultKnowledgeBaseSimFluent, DefaultKnowledgeBuilderSimFluent, DefaultSimulationFluent, DefaultStatefulKnowledgeSessionSimFluent
public abstract class AbstractTestableFluent<P>
- extends Object
- implements TestableFluent<P>
|
Method Summary |
protected abstract TestableFluent<P> |
addCommand(org.kie.api.command.Command command)
|
|
test(org.kie.internal.fluent.test.ReflectiveMatcherAssert matcherAssert)
|
|
test(String text)
|
|
test(String reason,
T actual,
org.hamcrest.Matcher<T> matcher)
|
|
test(T actual,
org.hamcrest.Matcher<T> matcher)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTestableFluent
public AbstractTestableFluent()
addCommand
protected abstract TestableFluent<P> addCommand(org.kie.api.command.Command command)
test
public <T> P test(String reason,
T actual,
org.hamcrest.Matcher<T> matcher)
- Specified by:
test in interface TestableFluent<P>
test
public <T> P test(T actual,
org.hamcrest.Matcher<T> matcher)
- Specified by:
test in interface TestableFluent<P>
test
public <T> P test(String text)
- Specified by:
test in interface TestableFluent<P>
test
public <T> P test(org.kie.internal.fluent.test.ReflectiveMatcherAssert matcherAssert)
- Specified by:
test in interface TestableFluent<P>
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.