示例#1
0
        public void NullInput_ThrowsNothing()
        {
            var ant = new Ant("*");

            Assert.That(() => ant.IsMatch(null), Throws.Nothing);
        }