Пример #1
0
 public void TestID()
 {
     Assert.True(Regex.Match(uut.ID(), @"^r\d{6}$").Success, "Incorrect ID format");
 }