Example #1
0
 public void Add_NullSaga_Throws()
 {
     _persister.Invoking(p => p.Add(null))
     .ShouldThrow <ArgumentNullException>();
 }