Lines Matching refs:counterOutput
19 type counterOutput Counts type
21 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{}
105 counts := &counterOutput{}
133 counts := &counterOutput{}
153 counts := &counterOutput{}