[
https://issues.redhat.com/browse/DROOLS-6018?page=com.atlassian.jira.plug...
]
Toshiya Kobayashi commented on DROOLS-6018:
-------------------------------------------
Just a note: reviewing those tests...
package org.drools.mvel
Most of the tests use MVELConstraint/MVELConstraintTestUtil. We can change them to
LambdaConstraint to remove drools-mvel dependency. Then we can move them to drools-core
test?
package org.drools.mvel.asm
Move to drools-core test?
package org.drools.mvel.compiler
Apart from fact classes, there are a few tests.
InlineCastTest/NestedAccessorsTest (extends CommonTestMethodBase)
NodeHashingTest (KieHelper)
package org.drools.mvel.compiler.api
KnowledgeBuilderTest (directly use KnowledgeBuilder, newKieBuilder. Intentional api
test... we can leave it?)
...
Enable exec-model for moved tests in drools-test-coverage
---------------------------------------------------------
Key: DROOLS-6018
URL:
https://issues.redhat.com/browse/DROOLS-6018
Project: Drools
Issue Type: Task
Components: executable model
Affects Versions: 7.49.0.Final
Reporter: Toshiya Kobayashi
Assignee: Toshiya Kobayashi
Priority: Major
DROOLS-5972 and DROOLS-6017 moved/moves unit tests from drools-mvel but these tests are
still tested only for standard-drl.
This JIRA is to ensure those moved tests to be run against exec-model so we can enhance
the test coverage.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)