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ยง
- SqlBackup
Runs Service - Defines the trait used to implement super::client::SqlBackupRunsService.
- SqlConnect
Service - Defines the trait used to implement super::client::SqlConnectService.
- SqlDatabases
Service - Defines the trait used to implement super::client::SqlDatabasesService.
- SqlFlags
Service - Defines the trait used to implement super::client::SqlFlagsService.
- SqlInstances
Service - Defines the trait used to implement super::client::SqlInstancesService.
- SqlOperations
Service - Defines the trait used to implement super::client::SqlOperationsService.
- SqlSsl
Certs Service - Defines the trait used to implement super::client::SqlSslCertsService.
- SqlTiers
Service - Defines the trait used to implement super::client::SqlTiersService.
- SqlUsers
Service - Defines the trait used to implement super::client::SqlUsersService.