run Interface

interface
private module function run(test, test_descriptions) result(test_results)

Arguments

Type IntentOptional Attributes Name
class(test_t), intent(in) :: test
type(test_description_t), intent(in) :: test_descriptions(:)

Return Value type(test_result_t),allocatable,(:)

Description

Construct an array of test results from a set of tests filtered for descriptions and subjects with the '--contains' flag's value if the flag was included on the command line at program launch.