neopragma / cobol-unit-test

Unit testing framework and sample code for batch Cobol programs.
GNU General Public License v3.0
117 stars 36 forks source link

Add an optional display message for each EXPECT and VERIFY #53

Open neopragma opened 9 years ago

neopragma commented 9 years ago

Test cases that have more than one EXPECT or VERIFY display the TESTCASE description for every assertion. Confusing.