Deprecated: That was a method for internal usage that should not have been published. Now just panics.
(TestingT)
| 1917 | |
| 1918 | // Deprecated: That was a method for internal usage that should not have been published. Now just panics. |
| 1919 | func (*CollectT) Copy(TestingT) { |
| 1920 | panic("Copy() is deprecated") |
| 1921 | } |
| 1922 | |
| 1923 | // EventuallyWithT asserts that given condition will be met in waitFor time, |
| 1924 | // periodically checking target function each tick. In contrast to Eventually, |