Module stub

Module stub 

Source
Expand description

Traits to mock the clients in this library.

Application developers may need to mock the clients in this library to test how their application works with different (and sometimes hard to trigger) client and service behavior. Such test can define mocks implementing the trait(s) defined in this module, initialize the client with an instance of this mock in their tests, and verify their application responds as expected.

Traitsยง

Applications
Defines the trait used to implement super::client::Applications.
AuthorizedCertificates
Defines the trait used to implement super::client::AuthorizedCertificates.
AuthorizedDomains
Defines the trait used to implement super::client::AuthorizedDomains.
DomainMappings
Defines the trait used to implement super::client::DomainMappings.
Firewall
Defines the trait used to implement super::client::Firewall.
Instances
Defines the trait used to implement super::client::Instances.
Services
Defines the trait used to implement super::client::Services.
Versions
Defines the trait used to implement super::client::Versions.