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

Method T

suite/interfaces.go:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6// generated by 'go test'.
7type TestingSuite interface {
8 T() *testing.T
9 SetT(*testing.T)
10 SetS(suite TestingSuite)
11}

Callers 12

TestOneMethod · 0.65
TestTwoMethod · 0.65
TestSkipMethod · 0.65
TestSubtestMethod · 0.65
TearDownSubTestMethod · 0.65
SetupSubTestMethod · 0.65
SetupSuiteMethod · 0.65
TestLoggingPassMethod · 0.65
TestLoggingFailMethod · 0.65
TearDownSuiteMethod · 0.65
Test_A_FailsMethod · 0.65
RunFunction · 0.65

Implementers 1

Suitesuite/suite.go

Calls

no outgoing calls

Tested by 11

TestOneMethod · 0.52
TestTwoMethod · 0.52
TestSkipMethod · 0.52
TestSubtestMethod · 0.52
TearDownSubTestMethod · 0.52
SetupSubTestMethod · 0.52
SetupSuiteMethod · 0.52
TestLoggingPassMethod · 0.52
TestLoggingFailMethod · 0.52
TearDownSuiteMethod · 0.52
Test_A_FailsMethod · 0.52