예제 #1
0
 public void SendWithDomainEvents_ThrowsException_WhenCommandIsNull()
 {
     _createAggregate = null;
     Assert.Throws <ArgumentNullException>(() => _sut.Send <CreateAggregate, Aggregate>(_createAggregate));
 }