Documentation ¶ Index ¶ func OpRemoveSummaryLineElapsedTime(line string) string func OpRemoveTestElapsedTime(line string) string func ProcessLines(t *testing.T, r io.Reader, ops ...func(string) string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func OpRemoveSummaryLineElapsedTime ¶ func OpRemoveSummaryLineElapsedTime(line string) string func OpRemoveTestElapsedTime ¶ func OpRemoveTestElapsedTime(line string) string func ProcessLines ¶ 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. Types ¶ This section is empty. Source Files ¶ View all Source files testing.go Click to show internal directories. Click to hide internal directories.