(t *testing.T)
| 150 | } |
| 151 | |
| 152 | func TestPrefixPrinter_GetFormattedPrefix(t *testing.T) { |
| 153 | for _, p := range prefixPrinters { |
| 154 | t.Run("", func(t *testing.T) { |
| 155 | testza.AssertNotZero(t, p.GetFormattedPrefix()) |
| 156 | }) |
| 157 | } |
| 158 | } |
| 159 | |
| 160 | func TestPrefixPrinter_WithFatal(t *testing.T) { |
| 161 | for _, p := range prefixPrinters { |
nothing calls this directly
no test coverage detected
searching dependent graphs…