Example #1
0
 public void NullAggregateThrowsException()
 {
     sut.ApplyChanges((TestAggregateRoot)null);
 }