Skip to content

Commit cfd3def

Browse files
felipeazvpivovarit
authored andcommitted
BAEL-803: Backward Chaining with Drools - removed @RunWith (eugenp#3002)
* spring beans DI examples * fix-1: shortening examples * List of Rules Engines in Java * BAEL-812: Openl-Tablets example added * BAEL-812: artifacts names changed * BAEL-812: moving rule-engines examples to rule-engines folder * BAEL-812: removing evaluation article files * BAEL-812: folder renamed * BAEL-812: folder renamed * BAEL-812: pom.xml - parent added * BAEL-1027: Introduction to GraphQL - initial commit * BAEL-781: Explore the new Spring Cloud Gateway * BAEL-781: Fix UserService.java * BAEL-781: Fix user-service pom.xml * BAEL-781: remove eureka-server from the example * BAEL-781: modifying example * BAEL-803: Backward Chaining wih Drools * BAEL-803: pom.xml * BAEL-803: Backward Chaining with Drools - new example * BAEL-803: Backward Chaining with Drools - parent module * BAEL-803: Backward Chaining with Drools - parent module * BAEL-803: Backward Chaining with Drools - meta-inf/maven-fix * BAEL-803: Backward Chaining with Drools - drools parent module * BAEL-803: Backward Chaining with Drools - removed @RunWith
1 parent a0efd94 commit cfd3def

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drools/backward-chaining/src/test/java/com/baeldung/test/BackwardChainingTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import org.junit.Before;
44
import org.junit.Test;
5-
import org.junit.runner.RunWith;
6-
import org.junit.runners.JUnit4;
75
import org.kie.api.KieServices;
86
import org.kie.api.runtime.KieContainer;
97
import org.kie.api.runtime.KieSession;
@@ -13,7 +11,6 @@
1311

1412
import static junit.framework.TestCase.assertEquals;
1513

16-
@RunWith(value = JUnit4.class)
1714
public class BackwardChainingTest {
1815
private Result result;
1916
private KieServices ks;

0 commit comments

Comments
 (0)