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

Function TestSuiteCallOrder

suite/suite_test.go:491–493  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

489}
490
491func TestSuiteCallOrder(t *testing.T) {
492 Run(t, new(CallOrderSuite))
493}
494func (s *CallOrderSuite) SetupSuite() {
495 s.call("SetupSuite")
496}

Callers

nothing calls this directly

Calls 1

RunFunction · 0.85

Tested by

no test coverage detected