コード例 #1
0
        public void TestCounterCreate()
        {
            c = new Counter();

            Assert.AreEqual(0, c.Count, "Counter should start at 0");
        }