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

Method call

suite/suite_test.go:486–489  ·  view source on GitHub ↗
(method string)

Source from the content-addressed store, hash-verified

484}
485
486func (s *CallOrderSuite) call(method string) {
487 time.Sleep(time.Duration(rand.Intn(300)) * time.Millisecond)
488 s.callOrder = append(s.callOrder, method)
489}
490
491func TestSuiteCallOrder(t *testing.T) {
492 Run(t, new(CallOrderSuite))

Callers 8

SetupSuiteMethod · 0.95
TearDownSuiteMethod · 0.95
SetupTestMethod · 0.95
TearDownTestMethod · 0.95
SetupSubTestMethod · 0.95
TearDownSubTestMethod · 0.95
Test_AMethod · 0.95
Test_BMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected