(uint, string)
| 48 | } |
| 49 | |
| 50 | func (s *ClientSuite) notify(uint, string) { |
| 51 | s.notified = true |
| 52 | } |
| 53 | |
| 54 | func (s *ClientSuite) AfterTest(suiteName, testName string) { |
| 55 | generateClientToken = originalGenerateClientToken |
nothing calls this directly
no outgoing calls
no test coverage detected