Page Contents

Home > @loopback/testlab > HandlerContextStub

HandlerContextStub interface

Signature:

export interface HandlerContextStub 

Properties

Property Modifiers Type Description
[request](/doc/en/lb4/apidocs.testlab.handlercontextstub.request.html) IncomingMessage
[response](/doc/en/lb4/apidocs.testlab.handlercontextstub.response.html) ServerResponse
[result](/doc/en/lb4/apidocs.testlab.handlercontextstub.result.html) Promise<[ObservedResponse](/doc/en/lb4/apidocs.testlab.observedresponse.html)>