Package | Description |
---|---|
org.optaplanner.core.impl.score.director.drools.testgen |
Classes to help isolate incremental score calculation bugs
during
EnvironmentMode.isAsserted() . |
org.optaplanner.core.impl.score.director.drools.testgen.reproducer |
Modifier and Type | Method and Description |
---|---|
void |
TestGenKieSessionListener.afterFireAllRules(org.kie.api.runtime.KieSession kieSession,
TestGenKieSessionJournal journal,
TestGenKieSessionFireAllRules fire) |
void |
TestGenKieSessionEventSupport.afterFireAllRules(org.kie.api.runtime.KieSession kieSession,
TestGenKieSessionJournal journal,
TestGenKieSessionFireAllRules fire) |
Modifier and Type | Method and Description |
---|---|
void |
TestGenCorruptedVariableListenerReproducer.afterFireAllRules(org.kie.api.runtime.KieSession kieSession,
TestGenKieSessionJournal journal,
TestGenKieSessionFireAllRules fire) |
void |
TestGenCorruptedScoreReproducer.afterFireAllRules(org.kie.api.runtime.KieSession kieSession,
TestGenKieSessionJournal journal,
TestGenKieSessionFireAllRules fire) |
void |
TestGenOriginalProblemReproducer.assertReproducible(TestGenKieSessionJournal journal,
String contextDescription)
Throws exception if the original problem is not reproducible with the given journal.
|
void |
TestGenDroolsExceptionReproducer.assertReproducible(TestGenKieSessionJournal journal,
String contextDescription) |
void |
TestGenCorruptedVariableListenerReproducer.assertReproducible(TestGenKieSessionJournal journal,
String contextDescription) |
void |
TestGenCorruptedScoreReproducer.assertReproducible(TestGenKieSessionJournal journal,
String contextDescription) |
boolean |
TestGenOriginalProblemReproducer.isReproducible(TestGenKieSessionJournal journal)
Replay the journal and decide if the original problem is reproducible.
|
boolean |
TestGenDroolsExceptionReproducer.isReproducible(TestGenKieSessionJournal journal) |
boolean |
TestGenCorruptedVariableListenerReproducer.isReproducible(TestGenKieSessionJournal journal) |
boolean |
TestGenCorruptedScoreReproducer.isReproducible(TestGenKieSessionJournal journal) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.