construct_from_string Module Procedure

module procedure construct_from_string module function construct_from_string(description, diagnosis_function) result(test_description)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: description
procedure(diagnosis_function_i), intent(in), optional, pointer :: diagnosis_function

Return Value type(test_description_t)


Calls

proc~~construct_from_string~~CallsGraph proc~construct_from_string construct_from_string call_assert call_assert proc~construct_from_string->call_assert