Page Contents
Home > @loopback/testlab > ExpressContextStub
ExpressContextStub interface
Signature:
export interface ExpressContextStub extends HandlerContextStub
Extends: HandlerContextStub
Properties
Property | Type | Description |
---|---|---|
app | express.Application | |
request | express.Request | |
response | express.Response | |
result | Promise<ObservedResponse> |