|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Fixture | |
---|---|
org.drools.ide.common.client.modeldriven.testing |
Uses of Fixture in org.drools.ide.common.client.modeldriven.testing |
---|
Subinterfaces of Fixture in org.drools.ide.common.client.modeldriven.testing | |
---|---|
interface |
Expectation
All assertions on results. |
Classes in org.drools.ide.common.client.modeldriven.testing that implement Fixture | |
---|---|
class |
ActivateRuleFlowGroup
|
class |
CallFixtureMap
|
class |
CallMethod
|
class |
ExecutionTrace
This contains lists of rules to include in the scenario (or exclude, as the case may be !). |
class |
FactData
|
class |
FixtureList
|
class |
FixturesMap
|
class |
RetractFact
Retract a named fact. |
class |
VerifyFact
This is for making assertions over a specific facts value/state AFTER execution. |
class |
VerifyRuleFired
|
Methods in org.drools.ide.common.client.modeldriven.testing that return types with arguments of type Fixture | |
---|---|
List<Fixture> |
Scenario.getFixtures()
|
Methods in org.drools.ide.common.client.modeldriven.testing with parameters of type Fixture | |
---|---|
void |
Scenario.insertBetween(Fixture fixtureBeforeTheNewOne,
Fixture newFixture)
Will slip in a fixture after the specified one, but before the next execution trace. |
void |
Scenario.removeFixture(Fixture f)
Remove the specified fixture. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |