Exemplo n.º 1
0
        public void GetMatchTest(string[] subStrings, string chain2, string expected)
        {
            string result = _biology.GetMatch(subStrings, chain2);

            Assert.Equal(expected, result);
        }