Exemplo n.º 1
0
        public void Sample2(string input, int lengthEncoded)
        {
            var result = _day8.EncodedLength(input);

            Assert.AreEqual(lengthEncoded, result);
        }