Exemple #1
0
 public void AddMax()
 {
     _tag.AddMax(150.3);
     Assert.AreEqual(_tag.ToString(), "<meter max=\"150.3\" value=\"5\"></meter>");
 }