示例#1
0
        public void TestFunctionWith13()
        {
            int cnt = PerfectSquares.GetPerfectSquares(13);

            Assert.IsTrue(cnt == 2, "cnt is {0}", cnt);
        }