Crate stubr_attributes

source ·
Expand description

stubr-attributes

Macros for stubr


Read the full documentation here

Attribute Macros

Starts a Stubr server for each remote app name supplied.
Starts a Stubr mock server and creates a stubr variable which can be used to call the server e.g. stubr.uri(). It supports both standard and async test functions.
Starts a Stubr recorder server and creates a recorder variable which can be used to call the server e.g. stubr.isahc_client().