(*AssertionContext, *AssertionFailure)
| 29 | type Formatter interface { |
| 30 | FormatSuccess(*AssertionContext) string |
| 31 | FormatFailure(*AssertionContext, *AssertionFailure) string |
| 32 | } |
| 33 | |
| 34 | // DefaultFormatter is the default Formatter implementation. |
no outgoing calls