コード例 #1
0
        public void PopulateRangeList_IsListPopulated_ListContent()
        {
            PingPong testPingPong = new PingPong();

            CollectionAssert.AreEqual(new List <int>()
            {
                1, 2, 3
            }, testPingPong.PopulateRangeList("3"));
        }