Glossary

The vocabulary of local cloud development — defined once, used consistently across the registry and architectures.

Core Concepts

Mock

A stand-in that returns predefined responses for specific requests. Useful for unit tests; unlike an emulator, it verifies that code calls an API, not that code works against the service's behavior.

Quality & coverage

Service coverage

The degree to which a cloud service's APIs and behaviors are implemented by an emulator. Coverage describes what is implemented.

Benchmark Criterion

Parity

The degree to which an emulator's behavior matches the real cloud service for a specific service, API, or scenario. Parity describes how faithfully — and is meaningless without scope: "full parity" claims should always name the service and scenario.

Parity testing

Continuously testing an emulator against the real cloud API to catch drift, so the emulator keeps behaving like the service it stands in for.

Benchmark Criterion

Environments

Air-gapped

Operating in complete network isolation, with no outbound connectivity. Stricter than "offline," which usually still permits periodic checks.

Workflows

Feedback loop

The time between making a change and seeing its result. The core metric local emulation improves.

Integration tests

Tests verifying that multiple services work together correctly, typically against a realistic environment. Distinct from end-to-end tests, which verify complete user-facing workflows.

Misconfiguration

An incorrect cloud configuration causing failures, outages, or vulnerabilities. A configuration error, not an application bug — and a leading cause of production incidents.