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

Struct CallOrderSuite

suite/suite_test.go:481–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481type CallOrderSuite struct {
482 Suite
483 callOrder []string
484}
485
486func (s *CallOrderSuite) call(method string) {
487 time.Sleep(time.Duration(rand.Intn(300)) * time.Millisecond)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected