| 479 | } |
| 480 | |
| 481 | type CallOrderSuite struct { |
| 482 | Suite |
| 483 | callOrder []string |
| 484 | } |
| 485 | |
| 486 | func (s *CallOrderSuite) call(method string) { |
| 487 | time.Sleep(time.Duration(rand.Intn(300)) * time.Millisecond) |
nothing calls this directly
no outgoing calls
no test coverage detected