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ยง
- Autoscaling
Policy Service - Defines the trait used to implement super::client::AutoscalingPolicyService.
- Batch
Controller - Defines the trait used to implement super::client::BatchController.
- Cluster
Controller - Defines the trait used to implement super::client::ClusterController.
- JobController
- Defines the trait used to implement super::client::JobController.
- Node
Group Controller - Defines the trait used to implement super::client::NodeGroupController.
- Session
Controller - Defines the trait used to implement super::client::SessionController.
- Session
Template Controller - Defines the trait used to implement super::client::SessionTemplateController.
- Workflow
Template Service - Defines the trait used to implement super::client::WorkflowTemplateService.