Searched defs:testingContext (Results 1 – 1 of 1) sorted by relevance
71 type testingContext struct { struct72 appengine.Context74 req *http.Request77 func (t *testingContext) FullyQualifiedAppID() string { return "dev~testcontext" }78 …ce, method string, _, _ appengine_internal.ProtoMessage, _ *appengine_internal.CallOptions) error {84 func (t *testingContext) Request() interface{} { return t.req }