Drools Guvnor - Test Scenarios Model 6.0.0.Beta2

Uses of Interface
org.drools.guvnor.models.testscenarios.shared.Fixture

Packages that use Fixture
org.drools.guvnor.models.testscenarios.shared   
 

Uses of Fixture in org.drools.guvnor.models.testscenarios.shared
 

Subinterfaces of Fixture in org.drools.guvnor.models.testscenarios.shared
 interface Expectation
          All assertions on results.
 

Classes in org.drools.guvnor.models.testscenarios.shared 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.guvnor.models.testscenarios.shared that return Fixture
 Fixture FixtureList.get(int i)
           
 Fixture FixtureList.remove(int i)
           
 Fixture FixtureList.set(int i, Fixture fixture)
           
 

Methods in org.drools.guvnor.models.testscenarios.shared that return types with arguments of type Fixture
 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.guvnor.models.testscenarios.shared with parameters of type Fixture
 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)
           
 

Method parameters in org.drools.guvnor.models.testscenarios.shared with type arguments of type Fixture
 boolean FixtureList.addAll(Collection<? extends Fixture> fixtures)
           
 boolean FixtureList.addAll(int i, Collection<? extends Fixture> fixtures)
           
 


Drools Guvnor - Test Scenarios Model 6.0.0.Beta2

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