示例#1
0
 public void ThenTheAgeShouldBeYearsMonthsDays(string age)
 {
     Assert.IsTrue(agePage.IsAgeCorrect(age));
 }