| 845 | } |
| 846 | |
| 847 | type contextAssertionHandler struct { |
| 848 | Formatter Formatter |
| 849 | Reporter Reporter |
| 850 | Logger Logger |
| 851 | AssertionContext *AssertionContext |
| 852 | } |
| 853 | |
| 854 | // Success implements AssertionHandler.Success. |
| 855 | func (h *contextAssertionHandler) Success(ctx *AssertionContext) { |
nothing calls this directly
no outgoing calls
no test coverage detected