Example #1
0
        public void SuperBlock_WhenStringContainsMultipleCharacters_ReturnLargestChain(string testString, int result)
        {
            var test = StringClass.SuperBlock(testString);

            Assert.True(result == test);
        }