Deprecated: That was a method for internal usage that should not have been published. Now just panics.
(TestingT)
| 2049 | |
| 2050 | // Deprecated: That was a method for internal usage that should not have been published. Now just panics. |
| 2051 | func (*CollectT) Copy(TestingT) { |
| 2052 | panic("Copy() is deprecated") |
| 2053 | } |
| 2054 | |
| 2055 | func (c *CollectT) fail() { |
| 2056 | if !c.failed() { |
no outgoing calls