Represents a command that can be executed against a system under test
Represents a single operation or action that can be performed on a system
under test (SUT) in stateful property testing.
A sequence of commands to be executed against a system under test
Represents a sequence of Command objects to be executed against a
system under test (SUT) during stateful property testing.
A collection of specialized generators for common data types
Provides static factory methods for creating generators for more complex,
specialized data types.
Categories of chaotic data
Defines different categories of chaotic data that generators can produce.
Used primarily for configuring the _ChaoticStringGenerator.
Extension methods for working with stateful property tests
Extension methods providing convenience functions for stateful property testing
scenarios, particularly related to command generation.