Exemplo n.º 1
0
 public void ThenMustHaveValueOf(int value)
 {
     Assert.AreEqual(value, indexPage.GetCounter());
 }