Class Tools.Testsuite.M4Testsuite()->M4Test
- Description
Represents a test case from a "testsuite" file, after m4 processing.
- Inherit
Test
inherit Test : Test
- Method
create
Tools.Testsuite.M4Testsuite.M4Test Tools.Testsuite.M4Testsuite.M4Test(
string
data
)- Parameter
data
The data from a testsuite file, after start/stop markers have been stripped and the file splitted on "...." tokens. From this the conditions, file, line, number, type and source will be parsed.