Exemplo n.º 1
0
 //testing that the invalid siteID is parsed correctly
 public void TestThatValidSiteIDReturnsZero()
 {
     Assert.AreEqual(0, BinStatusParser.ParseSiteID(""));
 }
Exemplo n.º 2
0
 //testing that the siteID is parsed correctly
 public void TestThatValidSiteIDReturnsValidInt()
 {
     Assert.AreEqual(1609312, BinStatusParser.ParseSiteID("1609312"));
 }