Searched refs:errorHintGenerator (Results 1 – 2 of 2) sorted by relevance
228 …outputWithErrorHint := errorHintGenerator.GetOutputWithErrorHint(msg.EdgeFinished.GetOutput(), exi…301 var errorHintGenerator = *newErrorHintGenerator(allErrorHints) var321 func (errorHintGenerator *ErrorHintGenerator) GetOutputWithErrorHint(rawOutput string, buildExitCod…325 errorHint := errorHintGenerator.getErrorHint(rawOutput)333 func (errorHintGenerator *ErrorHintGenerator) getErrorHint(rawOutput string) *string {334 firstMatch := errorHintGenerator.allErrorHintPatternsCompiled.FindString(rawOutput)335 if _, found := errorHintGenerator.allErrorHints[firstMatch]; found {336 errorHint := errorHintGenerator.allErrorHints[firstMatch]
57 errorHintGenerator := *newErrorHintGenerator(mockErrorHints)90 …actualFinalOutput := errorHintGenerator.GetOutputWithErrorHint(testCase.rawOutput, testCase.buildE…