コード例 #1
0
        public void TestCase0()
        {
            var solution = new DecodeWaysSoltion();

            Assert.That(solution.NumDecodings("12"), Is.EqualTo(2));
        }
コード例 #2
0
        public void TestCase16()
        {
            var solution = new DecodeWaysSoltion();

            Assert.That(solution.NumDecodings("2101"), Is.EqualTo(1));
        }