func OpRemoveSummaryLineElapsedTime(line string) string
func OpRemoveTestElapsedTime(line string) string
func ProcessLines(t *testing.T, r io.Reader, ops ...func(string) string) string
ProcessLines from the Reader by passing each one to ops. The output of each op is passed to the next. Returns the string created by joining all the processed lines.