construct_from_character Module Procedure

module procedure construct_from_character elemental module function construct_from_character(test_passed, diagnostics_string) result(test_diagnosis)

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: test_passed
character(len=*), intent(in) :: diagnostics_string

Return Value type(test_diagnosis_t)