Expand description
TestWorld pattern for declarative integration test setup.
Provides a fluent interface for:
- Creating isolated test environments
- Managing working directories
- Setting up sample data
- Executing CLI commands with proper context
Structsยง
- CliResult
- Result of a CLI command execution.
- Test
World - Declarative test environment builder.
- Test
World Builder - Builder for constructing TestWorld with fine-grained control.