}
@Test
public void testMatchesStringString() throws Exception {
ConditionIN in = new ConditionIN( AuditEvent.SEVERITY, "3,4" );
Assert.assertTrue( in.matches( "3,*jwall.org", "www.jwall.org" ) );
}
@Test
public void testInvertedMatche() throws Exception {