Package | Description |
---|---|
org.drools.workbench.models.testscenarios.shared |
Modifier and Type | Interface and Description |
---|---|
interface |
Expectation
All assertions on results.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Fixture |
FixtureList.get(int i) |
Fixture |
FixtureList.remove(int i) |
Fixture |
FixtureList.set(int i,
Fixture fixture) |
Modifier and Type | Method and Description |
---|---|
List<Fixture> |
Scenario.getFixtures() |
Iterator<Fixture> |
FixtureList.iterator() |
ListIterator<Fixture> |
FixtureList.listIterator() |
ListIterator<Fixture> |
FixtureList.listIterator(int i) |
List<Fixture> |
FixtureList.subList(int i,
int i1) |
Modifier and Type | Method and Description |
---|---|
boolean |
FixtureList.add(Fixture fixture) |
void |
FixtureList.add(int i,
Fixture 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.
|
Fixture |
FixtureList.set(int i,
Fixture fixture) |
Modifier and Type | Method and Description |
---|---|
boolean |
FixtureList.addAll(Collection<? extends Fixture> fixtures) |
boolean |
FixtureList.addAll(int i,
Collection<? extends Fixture> fixtures) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.