Example #1
0
 public void GetChangesReturnsEmpty()
 {
     Assert.That(_sut.GetChanges(), Is.EquivalentTo(Enumerable.Empty <object>()));
 }
Example #2
0
 public void GetChangesReturnsEmpty()
 {
     Assert.That(_sut.GetChanges(), Is.EquivalentTo(InitializedThenChangedAggregateRootEntity.AppliedChanges));
 }