test_suite_t Interface

public interface test_suite_t

Functions

private pure module function from_components(test_subjects) result(test_suite)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: test_subjects(:)

Return Value type(test_suite_t)

private pure module function from_file(file) result(test_suite)

Arguments

Type IntentOptional Attributes Name
type(file_t), intent(in) :: file

Return Value type(test_suite_t)