Destruct a test suite by deallocating its test pointer attribute.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(TestSuite), | intent(inout) | :: | self |
subroutine deleteTestSuite(self)
!! Destruct a test suite by deallocating its test pointer attribute.
type(TestSuite), intent(inout) :: self
deallocate(self%test)
end subroutine deleteTestSuite