Exemple #1
0
 public void CreateTrackings_WithNullParameter_ThrowsException()
 {
     Assert.That(() => uut.CreateTrackings(null), Throws.TypeOf <ArgumentNullException>());
 }