Drools Simulator 6.2.0.Final

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

All Known Subinterfaces:
KieSessionSimulationFluent, KnowledgeBaseSimFluent, KnowledgeBuilderSimFluent, SimulationFluent
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.2.0.Final

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