Beispiel #1
0
        public void TestSumFunctionWithEmptyString()
        {
            List <int> input  = new List <int>();
            int        output = 0;

            Assert.AreEqual(output, sum.SumElementsOfList(input));
        }