Assertion is the type for the start of an assertion line. You construct an assertion from an Output using assert.For.
| 31 | // Assertion is the type for the start of an assertion line. |
| 32 | // You construct an assertion from an Output using assert.For. |
| 33 | Assertion struct { |
| 34 | level level |
| 35 | out *bytes.Buffer |
| 36 | to Output |
| 37 | } |
| 38 | ) |
| 39 | |
| 40 | const ( |
nothing calls this directly
no outgoing calls
no test coverage detected