Esempio n. 1
0
 public void TestAbbreviation(Attributes attribute, string expectedAbbreviation)
 {
     Assert.That(attribute.Abbreviation(), Is.EqualTo(expectedAbbreviation));
 }