Ejemplo n.º 1
0
		protected override void Context()
		{
			this._testAggregate = new TestAggregate(Guid.NewGuid(), "Test");
		}
Ejemplo n.º 2
0
 protected override void Context()
 {
     _aggregateId   = Guid.NewGuid();
     _testAggregate = new TestAggregate(_aggregateId, "Test");
 }
Ejemplo n.º 3
0
		protected override void Because()
		{
			this._testAggregate = new TestAggregate(Guid.NewGuid(), "Test");
		}