Searched refs:counterOutput (Results 1 – 2 of 2) sorted by relevance
19 type counterOutput Counts type21 func (c *counterOutput) StartAction(action *Action, counts Counts) {22 *c = counterOutput(counts)24 func (c *counterOutput) FinishAction(result ActionResult, counts Counts) {25 *c = counterOutput(counts)27 func (c counterOutput) Message(level MsgLevel, msg string) {}28 func (c counterOutput) Flush() {}30 func (c counterOutput) Write(p []byte) (int, error) {35 func (c counterOutput) Expect(t *testing.T, counts Counts) {57 counts := &counterOutput{}[all …]
22 counterOutput anonMember33 l.counterOutput.StartAction(a, c)37 l.counterOutput.FinishAction(r, c)