contains_string_t Interface

interface


Called by

interface~~contains_string_t~~CalledByGraph interface~contains_string_t test_description_t%contains_string_t none~contains_text test_description_t%contains_text none~contains_text->interface~contains_string_t proc~filter filter proc~filter->none~contains_text

private elemental module function contains_string_t(self, substring) result(match)

Arguments

Type IntentOptional Attributes Name
class(test_description_t), intent(in) :: self
type(string_t), intent(in) :: substring

Return Value logical

Description

The result is .true. if the test description includes the value of substring