Module: model¶
The model module contains the canonical data structures produced by generation and consumed by generators (codegen, test-suite writer, reporting).
Depends on¶
- None
Used by¶
example-value,core,distribution-bundle,plugin,cli, and feature modules
Key types¶
TestSuite: operation-level container for generated test casesTestCase: a single generated case (request data + expected status/body + metadata)Outcome<T>: success / partial success / failure value typeGenerationReport/GenerationError: structured reporting payloadsErrorMode/ErrorHandlingConfig: fail-fast vs collect-all behavior
Related docs¶
- Model reference:
- TestSuite
- TestCase
- Errors
- Concepts:
- Error handling
API reference¶
- Dokka API reference:
docs/api/model/index.html