public void PriceRangeTest() { string str1 = "85"; string str2 = ">50"; Assert.IsTrue(dom.PriceRange(str1, str2)); }