| Package | Description |
|---|---|
| de.mgmechanics.jdecisiontablelib.io | |
| de.mgmechanics.jdecisiontablelib.ts |
| Constructor and Description |
|---|
Testspecification2Table(Testspecification testSpec)
Same as Testspecification2Table(Testspecification testSpec, String ..., String ..., ...) but
this constructor provides default values for constant strings used in the table of strings suitable for English language.
|
Testspecification2Table(Testspecification testSpec,
String comparisonGT,
String comparisonEGT,
String comparisonEQU,
String comparisonELT,
String comparisonLT,
String decisionYes,
String decisionNo,
String decisionDontcare,
String nodeIsConditionTrue,
String nodeIsConditionFalse,
String dtIsValidTrue,
String dtIsValidFalse,
String strSuccessor)
Stores the Testspecification-object but does not create the table of strings.
|
| Modifier and Type | Method and Description |
|---|---|
static Testspecification |
Testspecification.getTestspecification(Decisiontable dt)
Creates a test specification from a decision table.
|
static Testspecification |
Testspecification.getTestspecification(Decisiontable dt,
boolean runAllChecks,
boolean splitTestStepRules)
Creates a test specification from a decision table.
A test specification consist of the test nodes and one test rule. |
Copyright © 2013. All Rights Reserved.