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

Struct SuiteSetupSkipTester

suite/suite_test.go:384–389  ·  view source on GitHub ↗

This suite has no Test... methods. It's setup and teardown must be skipped.

Source from the content-addressed store, hash-verified

382
383// This suite has no Test... methods. It's setup and teardown must be skipped.
384type SuiteSetupSkipTester struct {
385 Suite
386
387 setUp bool
388 toreDown bool
389}
390
391func (s *SuiteSetupSkipTester) SetupSuite() {
392 s.setUp = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected