Пример #1
0
 //testing that the invalid siteID is parsed correctly
 public void TestThatValidSiteIDReturnsZero()
 {
     Assert.AreEqual(0, BinStatusParser.ParseSiteID(""));
 }
Пример #2
0
 //testing that the siteID is parsed correctly
 public void TestThatValidSiteIDReturnsValidInt()
 {
     Assert.AreEqual(1609312, BinStatusParser.ParseSiteID("1609312"));
 }