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

Method SetT

suite/interfaces.go:9–9  ·  view source on GitHub ↗
(*testing.T)

Source from the content-addressed store, hash-verified

7type TestingSuite interface {
8 T() *testing.T
9 SetT(*testing.T)
10 SetS(suite TestingSuite)
11}
12

Callers 2

TestSuiteGettersFunction · 0.65
RunFunction · 0.65

Implementers 1

Suitesuite/suite.go

Calls

no outgoing calls

Tested by 1

TestSuiteGettersFunction · 0.52