Page Contents

Home > @loopback/testlab > ExpressContextStub

ExpressContextStub interface

Signature:

export interface ExpressContextStub extends HandlerContextStub 

Extends: HandlerContextStub

Properties

Property Modifiers Type Description
[app](/doc/en/lb4/apidocs.testlab.expresscontextstub.app.html) express.Application
[request](/doc/en/lb4/apidocs.testlab.expresscontextstub.request.html) express.Request
[response](/doc/en/lb4/apidocs.testlab.expresscontextstub.response.html) express.Response
[result](/doc/en/lb4/apidocs.testlab.expresscontextstub.result.html) Promise<[ObservedResponse](/doc/en/lb4/apidocs.testlab.observedresponse.html)>