report Interface

interface


Called by

interface~~report~~CalledByGraph interface~report test_fixture_t%report proc~report_results report_results proc~report_results->interface~report

private module subroutine report(self, passes, tests, skips)

Arguments

Type IntentOptional Attributes Name
class(test_fixture_t), intent(in) :: self
integer, intent(inout) :: passes
integer, intent(inout) :: tests
integer, intent(inout) :: skips

Description

Print the test results and increment the tallies of passing tests, total tests, and skipped tests.