openmainframeproject / cobol-check

A testing framework for Cobol applications
Apache License 2.0
78 stars 28 forks source link

304 call mocks are not matching call signatures when one or more program parameters are qualified #308

Closed ThomasNellemann closed 12 months ago

ThomasNellemann commented 1 year ago

CALL MOCK and VERIFY CALL will read parameters with qualifiers.

When tests are passed and COBOL is generated, the mocking and verifying is done correctly for CALLs with and without parameters that are written with qualifiers.