construct_from_string Module Procedure

module procedure construct_from_string elemental module function construct_from_string(description, passed) result(test_result)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: description
logical, intent(in) :: passed

Return Value type(test_result_t)