public void default_allows_nothing() { var condition = new CharacterCondition(); var actual = condition.IsMatch('h'); actual.Should().BeFalse(); }