Drools Simulator 6.2.0.Final

org.drools.simulation.fluent.test.impl
Class AbstractTestableFluent<P>

java.lang.Object
  extended by 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>


Constructor Summary
AbstractTestableFluent()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTestableFluent

public AbstractTestableFluent()
Method Detail

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>

Drools Simulator 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.