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