Test case reporting improvements
Opened this issue · 1 comments
neopragma commented
When COBOL Check reports the result of a run, it should report the name of the testsuite, the name of the testcase, and the assertion statement number.
Testsuite and testcase should be reported, when they change, and the assertion statements should be incremented from 1, inside each testcase.
This change should be applied to all output types.
The result should be something like this:
Testsuite : "We want to test this and that"
Testcase: "Testing this"
- Success
- Success
- Fail - with details as today
- Success
Testcase: "Testing that"
- Fail - with details as today
- Success
- Success
neopragma commented
Also applies to Verify statements.