MCPcopy
hub / github.com/stretchr/testify / Passed

Method Passed

suite/stats.go:42–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (s *SuiteInformation) Passed() bool {
43 for _, stats := range s.TestStats {
44 if !stats.Passed {
45 return false
46 }
47 }
48
49 return true
50}

Calls

no outgoing calls