]
Kris Verlaenen updated DROOLS-2139:
-----------------------------------
Sprint: 2017 Week 45-46 (was: November Sprint-1)
Test class CommonTestMethodBase extends Assert class
----------------------------------------------------
Key: DROOLS-2139
URL:
https://issues.jboss.org/browse/DROOLS-2139
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.4.1.Final
Reporter: Tibor Zimányi
Assignee: Tibor Zimányi
Priority: Minor
Fix For: 7.5.0.Final
The parent test class for many Drools tests - CommonTestMethodBase extends Junit's
Assert class. Assert class is a static util class which shouldn't be extended and
static import should be used instead where needed.