public void Test1() { List <int> list = new List <int> { 1, 2, 3, 4 }; Assert.Equal(10, sum.SumIntegers(list)); }