Ejemplo n.º 1
0
 public void CheckPost()
 {
     //* Chceck if post method reset the counter to 0 *\\
     ct.Reset();
     Assert.That(ct.Get(), Is.EqualTo(0));
 }