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 |
|
test(org.kie.internal.fluent.test.ReflectiveMatcherAssert matcher)
|
|
test(String text)
|
|
test(String reason,
T actual,
org.hamcrest.Matcher<T> matcher)
|
|
test(T actual,
org.hamcrest.Matcher<T> matcher)
|
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)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.