public void TestCounterCreate() { c = new Counter(); Assert.AreEqual(0, c.Count, "Counter should start at 0"); }