I'm seeing where I do something like this:
@Test( groups = { "submissionTests" } )
public void ifBoWarnOfValidationRules()
{
...
workingMemory.fireAllRules( new RuleNameStartsWithAgendaFilter(
"FIFTEEN" ) );
}
Other rules that do not begin with FIFTEEN also fire. It is really annoying
since it results in my testcases failing.
--
View this message in context:
http://www.nabble.com/Why-can%27t-I-filter-in-my-testcases--tp19059402p19...
Sent from the drools - user mailing list archive at
Nabble.com.