public void increment_wrongs() { var test = new Test("some test"); var context = new TestContext(new Container(), test, new ConsoleListener()); context.IncrementWrongs(); context.Counts.ShouldEqual(0, 1, 0, 0); }