neopragma/cobol-unit-test

Mocks should keep track of their own usage

Closed this issue · 1 comments

Have mocks keep track of how many times they are used and allow people to assert a desired use count (including zero).

Functionality implemented for file mocks.