(t *testing.T)
| 83 | } |
| 84 | |
| 85 | func TestPiEngine_GetLogParserScriptId(t *testing.T) { |
| 86 | engine := NewPiEngine() |
| 87 | assert.Equal(t, "parse_pi_log", engine.GetLogParserScriptId(), "Log parser script ID should be parse_pi_log") |
| 88 | } |
| 89 | |
| 90 | func TestPiEngine_GetLogFileForParsing(t *testing.T) { |
| 91 | engine := NewPiEngine() |
nothing calls this directly
no test coverage detected