Crate stubr_attributes[][src]

Attribute Macros

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(). It only supports non-async test functions.