Drools Simulator 6.0.0.Beta1

org.drools.simulation.fluent.test
Interface TestableFluent<P>

All Known Subinterfaces:
KnowledgeBaseSimFluent, KnowledgeBuilderSimFluent, SimulationFluent, StatefulKnowledgeSessionSimFluent
All Known Implementing Classes:
AbstractTestableFluent, DefaultKnowledgeBaseSimFluent, DefaultKnowledgeBuilderSimFluent, DefaultSimulationFluent, DefaultStatefulKnowledgeSessionSimFluent

public interface TestableFluent<P>


Method Summary
<T> P
test(org.kie.internal.fluent.test.ReflectiveMatcherAssert matcher)
           
<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)
           
 

Method Detail

test

<T> P test(String reason,
           T actual,
           org.hamcrest.Matcher<T> matcher)

test

<T> P test(T actual,
           org.hamcrest.Matcher<T> matcher)

test

<T> P test(String text)

test

<T> P test(org.kie.internal.fluent.test.ReflectiveMatcherAssert matcher)

Drools Simulator 6.0.0.Beta1

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