The result is a test_diagnosis_t object with the components defined by the dummy arguments
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical, | intent(in) | :: | test_passed | |||
| character(len=*), | intent(in) | :: | diagnostics_string |
The result is a test_diagnosis_t object with the components defined by the dummy arguments
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical, | intent(in) | :: | test_passed | |||
| type(string_t), | intent(in) | :: | diagnostics_string |
The result is a copy of the provided test_diagnosis_t object, with the optional appended string
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(test_diagnosis_t), | intent(in) | :: | diagnosis | |||
| character(len=*), | intent(in), | optional | :: | diagnostics_string |
The result is a copy of the provided test_diagnosis_t object, with the appended string
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(test_diagnosis_t), | intent(in) | :: | diagnosis | |||
| type(string_t), | intent(in) | :: | diagnostics_string |