Skip to content

Perform setup before each test case

Dave Nicolette edited this page Dec 25, 2020 · 7 revisions

Home -> User Guide -> Common Test Case Patterns ->

Note: This is the same as the proof-of-concept functionality. Planned for the 0.0.1 release.

    TESTSUITE 'description'

    BEFORE-EACH
       _Cobol statements_
    END-BEFORE

    AFTER-EACH
       _Cobol statements_
    END-AFTER

    TESTCASE ...

    TESTCASE ...

Clone this wiki locally