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

Method start

suite/stats.go:24–32  ·  view source on GitHub ↗
(testName string)

Source from the content-addressed store, hash-verified

22}
23
24func (s *SuiteInformation) start(testName string) {
25 if s == nil {
26 return
27 }
28 s.TestStats[testName] = &TestInformation{
29 TestName: testName,
30 Start: time.Now(),
31 }
32}
33
34func (s *SuiteInformation) end(testName string, passed bool) {
35 if s == nil {

Callers 1

RunFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected