Exemplo n.º 1
0
        public void GetCalculators_CountShouldBe3()
        {
            var calcs = controller.GetCalculators();

            Assert.AreEqual(calcs.Count(), 3, "There should be 3 calculators in the service.");
        }