Expand description
Attribute Macrosยง
- apps
- Starts a Stubr server for each remote app name supplied.
- mock
- Starts a Stubr mock server and creates a
stubrvariable which can be used to call the server e.g.stubr.uri(). It supports both standard and async test functions. - record
- Starts a Stubr recorder server and creates a
recordervariable which can be used to call the server e.g.stubr.isahc_client().