logo
OpenCQRS
Test Support
GitHub
  • Overview
  • Getting Started
  • Guides
  • Reference
  • Concepts
GitHub
  • Overview
  • Getting Started
    • Setting up the Environment
    • Handling Commands
    • Developing the Domain
    • Handling Events
    • Building Read Models from Events
    • Testing the Domain
  • Guides
    • Registering explicit Event Types
    • Upcasting Events
  • Reference
    • Modules
    • Event Representations
    • Exception Handling
    • Core Components
      • ESDB Client
      • Event Repository
      • Command Router
      • Event Handling Processor
    • Extension Points
      • Defining Command Handlers
      • Defining State Rebuilding Handlers
      • Defining Event Handlers
    • Test Support
      • Command Handling Tests
  • Concepts
    • Events
    • Event Sourcing
    • Event Upcasting

Test Support

OpenCQRS offers built-in test support for the following aspects of CQRS applications:

  • Command Handling Tests support test creation and execution covering the complete command handling workflow covering command handlers as well as state rebuilding handlers
Previous
Defining Event Handlers
Next
Command Handling Tests