Exemple #1
0
 public void IdentifierCanNotBeNull()
 {
     Assert.Throws <ArgumentNullException>(() => _sutBuilder.WithIdentifier(null).Build());
 }