ILOG JRules

Package ilog.rules.ras.core.scenario

Provides the key utility interfaces for a scenario and its tests.

See:
          Description

Interface Summary
IlrConfiguration The IlrConfiguration interface represents the configuration used in Rule Scenario Manager executions.
IlrScenario The IlrScenario interface represents a test case of a single, deployed ruleset.
IlrScenarioSuite The IlrScenarioSuite interface represents a suite of scenarios.
IlrSimulation The IlrSimulation interface represents a simulation, a collection of scenario suites.
IlrTest The IlrTest interface represents a test.
IlrTests The IlrTests interface represents a set of tests.
 

Exception Summary
IlrMalformedConfigurationException An exception for a malformed configuration.
IlrMalformedScenarioException Deprecated.  
IlrMalformedScenarioResultException An exception for a malformed scenario result.
IlrMalformedScenarioSuiteException Deprecated.  
 

Error Summary
IlrAssertionFailedError Thrown when an assertion fails in the ILOG tests.
 

Package ilog.rules.ras.core.scenario Description

Provides the key utility interfaces for a scenario and its tests.


ILOG JRules