Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=*), | private, | parameter | :: | copyright_and_license | = | "! Copyright (c) 2024-2025, The Regents of the University of California and Sourcery Institute"//new_line('')//"! Terms of use are as specified in LICENSE.txt" | |
character(len=*), | private, | parameter | :: | test_subjects_key | = | "test subjects" | |
character(len=*), | private, | parameter | :: | test_suite_key | = | "test suite" |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(test_suite_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_t), | intent(in) | :: | test_subjects(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(file_t), | intent(in) | :: | file |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(test_suite_t), | intent(in) | :: | self | |||
type(string_t), | intent(in) | :: | subject |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(test_suite_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(test_suite_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(test_suite_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(test_suite_t), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(test_suite_t), | intent(in) | :: | self | |||
character(len=*), | intent(in) | :: | file_name |