-
Notifications
You must be signed in to change notification settings - Fork 32
Perform setup before each test case
Dave Nicolette edited this page Feb 4, 2021
·
7 revisions
Home -> User Guide -> Common Test Case Patterns ->
Note: This is the same as the proof-of-concept functionality. The only difference is END-BEFORE-EACH and END-AFTER-EACH instead of END-BEFORE and END-AFTER, changed due to the new BEFORE-ALL feature. Planned for the 0.0.1 release.
TESTSUITE 'description'
BEFORE-EACH
_Cobol statements_
END-BEFORE-EACH
AFTER-EACH
_Cobol statements_
END-AFTER-EACH
TESTCASE ...
TESTCASE ...