public class Testspecification2Table extends Any2Table
| 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 |
|---|---|
void |
setTestdataPlaceholder(String strTestdataPlaceholder)
Sets the string for test data placeholder.
This string is something special. |
String[][] |
toTableOfStrings()
Creates the table of strings from stored Testspecification-object.
|
setLocale, toStringComparison, toStringDecision, toStringDtIsValid, toStringInteger, toStringNodeIsCondition, toStringProbabilitypublic Testspecification2Table(Testspecification testSpec)
testSpec - test specification which we want to put in the table.public 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)
testSpec - test specification which we want to put in the table.
comparisonGT - @see Any2TablecomparisonEGT - @see Any2TablecomparisonEQU - @see Any2TablecomparisonELT - @see Any2TablecomparisonLT - @see Any2Table
decisionYes - @see Any2TabledecisionNo - @see Any2TabledecisionDontcare - @see Any2Table
nodeIsConditionTrue - @see Any2TablenodeIsConditionFalse - @see Any2Table
dtIsValidTrue - @see Any2TabledtIsValidFalse - @see Any2Table
strSuccessor - @see Any2Tablepublic String[][] toTableOfStrings()
public void setTestdataPlaceholder(String strTestdataPlaceholder)
strTestdataPlaceholder - string for test data placeholderCopyright © 2013. All Rights Reserved.