Documentation ¶ Index ¶ func OpRemoveSummaryLineElapsedTime(line string) string func OpRemoveTestElapsedTime(line string) string func ProcessLines(t TestingT, r io.Reader, ops ...func(string) string) string type TestingT 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 TestingT, 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 ¶ type TestingT ¶ type TestingT interface { Helper() assert.TestingT } Source Files ¶ View all Source files testing.go Click to show internal directories. Click to hide internal directories.