Exemplo n.º 1
0
        public void GetDNAMatchTest(string chain1, string chain2, string expected)
        {
            string result = _biology.GetDNAMatch(chain1, chain2);

            Assert.Equal(expected, result);
        }