James Ring | 3650fd4 | 2015-04-22 18:09:24 -0700 | [diff] [blame] | 1 | pkg testwriter, func CheckResponses(*Writer, []lib.Response, error) error |
| 2 | pkg testwriter, method (*Writer) Error(error) |
| 3 | pkg testwriter, method (*Writer) ImmediatelyConsumeItem() (lib.Response, error) |
| 4 | pkg testwriter, method (*Writer) Send(lib.ResponseType, interface{}) error |
| 5 | pkg testwriter, method (*Writer) WaitForMessage(int) error |
| 6 | pkg testwriter, type TestHarness interface { Errorf } |
| 7 | pkg testwriter, type TestHarness interface, Errorf(string, ...interface{}) |
| 8 | pkg testwriter, type Writer struct |
| 9 | pkg testwriter, type Writer struct, Stream []lib.Response |
| 10 | pkg testwriter, type Writer struct, embedded sync.Mutex |