FailNow stops execution by calling runtime.Goexit.
()
| 2038 | |
| 2039 | // FailNow stops execution by calling runtime.Goexit. |
| 2040 | func (c *CollectT) FailNow() { |
| 2041 | c.fail() |
| 2042 | runtime.Goexit() |
| 2043 | } |
| 2044 | |
| 2045 | // Deprecated: That was a method for internal usage that should not have been published. Now just panics. |
| 2046 | func (*CollectT) Reset() { |