| Class | Description |
|---|---|
| Any2Table |
Base class to inherit Decisiontable2Table and Testspecification2Table from.
Here are methods providing string conversions there same strings were needed in both, decision tables and test specifications. |
| Decisiontable2Table |
This class puts the data from class Decisiontable into a table of strings.
This are the data in the table: header #1 Node,Rule,Rule,Rule ... Node,Rule,Rule,Rule ... footer #1 footer #2 ... With Node=condition,name,probability,comparison Rule=decision and the header and footer on top/bottom we get the fields: ["VALID"|"NOT VALID"],,,,1,2,... |
| Jdtlib2Json |
This class contains methods to hibernate any object from JDecisiontableLib from/to JSON.
|
| Testspecification2Table |
This class puts the data from class Testspecification into a table of strings.
This are the data in the table: header #1 header #2 TeststepNode,TeststepRule,TeststepRule,TeststepRule ... TeststepNode,TeststepRule,TeststepRule,TeststepRule ... footer #1 ... With TeststepNode=condition,name,probability TeststepRule=decision,comparison,empty cell (the empty cell is for the test data) and the headers and footer on top/bottom we get the fields: ["VALID"|"NOT VALID"],,,number of this rule in the decision table,,,number of this rule in the decision table,... ["VALID"|"NOT VALID"],,,1,,,2,... condition,name,probability,decision,comparison,empty cell,decision,comparison,empty cell,... condition,name,probability,decision,comparison,empty cell,decision,comparison,empty cell,... ,,,successor,,,successor,... ... Calculate the number of columns: A TeststepNode requires 3 columns as well as a TeststepRule. |
Copyright © 2013. All Rights Reserved.