C# Class TJ.CQRS.Tests.When_Commiting_Changes_On_A_Inserted_Aggregate

Inheritance: EventStoreTestBase
Show file Open project: mastoj/TJ.CQRS

Protected Methods

Method Description
Given ( ) : void

Private Methods

Method Description
The_Events_Should_Be_Stored ( ) : void
The_List_Of_Changes_Should_Be_Empty_On_The_Aggregate ( ) : void
The_Uncommited_Events_Should_Be_Published_On_The_Bus_In_The_Right_Order ( ) : void

Method Details

Given() protected method

protected Given ( ) : void
return void