public void StartingCalculatorSetsStartTheTimeWatch() { pointsCalculator.Start(0); Assert.That(pointsCalculator.Stopwatch.IsRunning); }