Module world

Module world 

Source
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.
TestWorld
Declarative test environment builder.
TestWorldBuilder
Builder for constructing TestWorld with fine-grained control.