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

Method SetupSuite

suite/suite_test.go:494–496  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

492 Run(t, new(CallOrderSuite))
493}
494func (s *CallOrderSuite) SetupSuite() {
495 s.call("SetupSuite")
496}
497
498func (s *CallOrderSuite) TearDownSuite() {
499 s.call("TearDownSuite")

Callers

nothing calls this directly

Calls 1

callMethod · 0.95

Tested by

no test coverage detected