(backend *MemoryBackend)
| 43 | type structFunc struct{} |
| 44 | |
| 45 | func (structFunc) Log(backend *MemoryBackend) string { |
| 46 | return logAndGetLine(backend) |
| 47 | } |
| 48 | |
| 49 | func TestRealFuncFormat(t *testing.T) { |
| 50 | backend := InitForTesting(DEBUG) |
no test coverage detected