Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(unit_test), | public, | allocatable | :: | test(:) | |||
integer, | private | :: | n | = | 0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(unit_tests), | intent(inout) | :: | this | |||
integer, | intent(in) | :: | n |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(unit_tests), | intent(inout) | :: | this | |||
real, | intent(in) | :: | required_score | |||
integer, | intent(in), | optional | :: | verbose | ||
logical, | intent(in), | optional | :: | stop_fail |
type unit_tests type(unit_test), allocatable :: test(:) integer, private :: n = 0 contains procedure :: initialize procedure :: summary end type unit_tests