Assertions provides assertion methods around the TestingT interface.
| 3 | // Assertions provides assertion methods around the |
| 4 | // TestingT interface. |
| 5 | type Assertions struct { |
| 6 | t TestingT |
| 7 | } |
| 8 | |
| 9 | // New makes a new Assertions object for the specified TestingT. |
| 10 | func New(t TestingT) *Assertions { |
nothing calls this directly
no outgoing calls
no test coverage detected