public void NullInput_ThrowsNothing() { var ant = new Ant("*"); Assert.That(() => ant.IsMatch(null), Throws.Nothing); }