Module: ConfigurationService::Test
- Defined in:
- lib/configuration_service/test.rb,
lib/configuration_service/test/response.rb,
lib/configuration_service/test/orchestrator.rb,
lib/configuration_service/test/orchestration_provider.rb,
lib/configuration_service/test/stub_orchestration_provider.rb,
lib/configuration_service/test/orchestration_provider_registry.rb,
lib/configuration_service/test/orchestrator_environment_factory.rb
Overview
Support module for testing configuration service implementations
The following are used directly by the cucumber test suite, and should not be of immediate interest to implementors:
-
Orchestrator the declarative test orchestration API
-
OrchestratorEnvironmentFactory test orchestrator factory
-
StubOrchestrationProvider imperative test orchestration provider for the Stub configuration service provider
The following are of interest to implementors:
-
OrchestrationProviderRegistry registry of imperative test orchestration providers
-
Response configuration service response wrappers
-
OrchestrationProvider abstract imperative test orchestration provider
Defined Under Namespace
Modules: OrchestratorEnvironmentFactory, Response Classes: OrchestrationProvider, OrchestrationProviderRegistry, Orchestrator, StubOrchestrationProvider