public void ParseWidthAttributeTest() { //Parse tokens MarkupParser markupParser = new MarkupParser(Init("120")); WidthAttribute parsedWidthAttribute = markupParser.ParseWidthAttribute(); //Check Id Attribute Assert.AreEqual(120, parsedWidthAttribute.GetWidth()); }