Uses of Interface
org.drools.workbench.models.testscenarios.shared.Fixture
-
Packages that use Fixture Package Description org.drools.workbench.models.testscenarios.shared -
-
Uses of Fixture in org.drools.workbench.models.testscenarios.shared
Subinterfaces of Fixture in org.drools.workbench.models.testscenarios.shared Modifier and Type Interface Description interfaceExpectationAll assertions on results.Classes in org.drools.workbench.models.testscenarios.shared that implement Fixture Modifier and Type Class Description classActivateRuleFlowGroupclassCallFixtureMapclassCallMethodclassExecutionTraceThis contains lists of rules to include in the scenario (or exclude, as the case may be !).classFactDataclassFixtureListclassFixturesMapclassRetractFactRetract a named fact.classVerifyFactThis is for making assertions over a specific facts value/state AFTER execution.classVerifyRuleFiredclassVerifyScorecardScoreMethods in org.drools.workbench.models.testscenarios.shared that return Fixture Modifier and Type Method Description FixtureFixtureList. get(int i)FixtureFixtureList. remove(int i)FixtureFixtureList. set(int i, Fixture fixture)Methods in org.drools.workbench.models.testscenarios.shared that return types with arguments of type Fixture Modifier and Type Method 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)Methods in org.drools.workbench.models.testscenarios.shared with parameters of type Fixture Modifier and Type Method Description voidFixtureList. add(int i, Fixture fixture)booleanFixtureList. add(Fixture fixture)voidScenario. insertBetween(Fixture fixtureBeforeTheNewOne, Fixture newFixture)Will slip in a fixture after the specified one, but before the next execution trace.voidScenario. removeFixture(Fixture f)Remove the specified fixture.FixtureFixtureList. set(int i, Fixture fixture)Method parameters in org.drools.workbench.models.testscenarios.shared with type arguments of type Fixture Modifier and Type Method Description booleanFixtureList. addAll(int i, Collection<? extends Fixture> fixtures)booleanFixtureList. addAll(Collection<? extends Fixture> fixtures)
-