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

Function newSuiteInformation

suite/stats.go:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18func newSuiteInformation() *SuiteInformation {
19 return &SuiteInformation{
20 TestStats: make(map[string]*TestInformation),
21 }
22}
23
24func (s *SuiteInformation) start(testName string) {
25 if s == nil {

Calls

no outgoing calls