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

Method TearDownSubTest

suite/suite_test.go:268–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266}
267
268func (suite *SuiteTester) TearDownSubTest() {
269 suite.TearDownSubTestNames = append(suite.TearDownSubTestNames, suite.T().Name())
270 suite.TearDownSubTestRunCount++
271}
272
273func (suite *SuiteTester) SetupSubTest() {
274 suite.SetupSubTestNames = append(suite.SetupSubTestNames, suite.T().Name())

Callers

nothing calls this directly

Calls 2

NameMethod · 0.65
TMethod · 0.65

Tested by

no test coverage detected