Ejemplo n.º 1
0
            public void SetUp()
            {
                sut = new Counter();

                for (int i = 0; i < 50; i++)
                {
                    sut.Increment();
                }
            }
Ejemplo n.º 2
0
 public void SetUp()
 {
     sut = new Counter();
 }
Ejemplo n.º 3
0
 public void SetUp()
 {
     sut = new Counter();
     sut.Increment();
 }