FailNow panics.
()
| 1907 | |
| 1908 | // FailNow panics. |
| 1909 | func (*CollectT) FailNow() { |
| 1910 | panic("Assertion failed") |
| 1911 | } |
| 1912 | |
| 1913 | // Deprecated: That was a method for internal usage that should not have been published. Now just panics. |
| 1914 | func (*CollectT) Reset() { |
nothing calls this directly
no outgoing calls
no test coverage detected