Esempio n. 1
0
 public void SetUp()
 {
     _sut = new InitializedThenChangedThenClearedAggregateRootEntity();
 }
Esempio n. 2
0
 public void SetUp()
 {
     _sut = new InitializedAggregateRootEntity();
 }
Esempio n. 3
0
 public void SetUp()
 {
     _sut = new ChangedAggregateRootEntity();
 }
Esempio n. 4
0
 public void SetUp()
 {
     _sut = new PristineAggregateRootEntity();
 }
 public void SetUp()
 {
     _sut = new InitializedThenChangedThenClearedAggregateRootEntity();
 }
 public void SetUp()
 {
     _sut = new ChangedAggregateRootEntity();
 }
 public void SetUp()
 {
     _sut = new InitializedAggregateRootEntity();
 }
 public void SetUp()
 {
     _sut = new PristineAggregateRootEntity();
 }