Searched refs:testingContext (Results 1 – 1 of 1) sorted by relevance
71 type testingContext struct { struct77 func (t *testingContext) FullyQualifiedAppID() string { return "dev~testcontext" } argument78 func (t *testingContext) Call(service, method string, _, _ appengine_internal.ProtoMessage, _ *appe… argument84 func (t *testingContext) Request() interface{} { return t.req } argument87 return withContext(netcontext.Background(), &testingContext{req: req})