contains_text Interface

interface
private impure elemental module function contains_text(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