예제 #1
0
파일: UnitTest1.cs 프로젝트: zonaid/CITest2
        public void Perms_should_Match()
        {
            var result = Permutations.Compute(4);

            Assert.IsTrue(result == 24);
        }