TestingT is the minimal subset of testing.TB that we use.
| 29 | |
| 30 | // TestingT is the minimal subset of testing.TB that we use. |
| 31 | type TestingT interface { |
| 32 | Error(...interface{}) |
| 33 | } |
| 34 | |
| 35 | // filterStacks will filter any stacks excluded by the given opts. |
| 36 | // filterStacks modifies the passed in stacks slice. |
no outgoing calls
no test coverage detected
searching dependent graphs…