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ยง
- Business
Glossary Service - Defines the trait used to implement super::client::BusinessGlossaryService.
- Catalog
Service - Defines the trait used to implement super::client::CatalogService.
- Cmek
Service - Defines the trait used to implement super::client::CmekService.
- Content
Service - Defines the trait used to implement super::client::ContentService.
- Data
Scan Service - Defines the trait used to implement super::client::DataScanService.
- Data
Taxonomy Service - Defines the trait used to implement super::client::DataTaxonomyService.
- Dataplex
Service - Defines the trait used to implement super::client::DataplexService.
- Metadata
Service - Defines the trait used to implement super::client::MetadataService.