Beispiel #1
0
 public void AddName_ThrowsException(string content)
 {
     Assert.Throws <ArgumentException>(() => _tag.AddName(Name.Author, content));
 }