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

Method end

suite/stats.go:34–40  ·  view source on GitHub ↗
(testName string, passed bool)

Source from the content-addressed store, hash-verified

32}
33
34func (s *SuiteInformation) end(testName string, passed bool) {
35 if s == nil {
36 return
37 }
38 s.TestStats[testName].End = time.Now()
39 s.TestStats[testName].Passed = passed
40}
41
42func (s *SuiteInformation) Passed() bool {
43 for _, stats := range s.TestStats {

Callers 1

RunFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected