Facilitate testing and test reporting
Print the test results and increment the tallies of passing tests and total tests
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(test_t), | intent(in) | :: | test | |||
integer, | intent(inout) | :: | passes | |||
integer, | intent(inout) | :: | tests |
The result is an array of test results for subsequent reporting in the "report" type-bound procedure
The result is the name of the test specimen (the subject of testing)