Exemplo n.º 1
0
 public void EANValidatorTestsTest2()
 {
     Assert.AreEqual(false, EANValidator.Validate("9783815820864"));
 }
Exemplo n.º 2
0
 public void EANValidatorTestsTest3()
 {
     Assert.AreEqual(true, EANValidator.Validate("9783827317100"));
 }
Exemplo n.º 3
0
 public void EANValidatorTestsTest1()
 {
     Assert.AreEqual(true, EANValidator.Validate("9783815820865"));
 }