MCPcopy Index your code
hub / github.com/dropbox/godropbox / SetUpTest

Method SetUpTest

memcache/raw_binary_client_test.go:69–72  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

67var _ = Suite(&RawBinaryClientSuite{})
68
69func (s *RawBinaryClientSuite) SetUpTest(c *C) {
70 s.rw = newMockReadWriter()
71 s.client = NewRawBinaryClient(0, s.rw).(*RawBinaryClient)
72}
73
74func (s *RawBinaryClientSuite) verifyRequestMessage(c *C, code opCode) {
75 /*

Callers

nothing calls this directly

Calls 2

newMockReadWriterFunction · 0.85
NewRawBinaryClientFunction · 0.85

Tested by

no test coverage detected