Skip to content

Commit

Permalink
[incubator-kie-drools-6136] Migrate drools test coverage to JUnit5 - #7
Browse files Browse the repository at this point in the history
… (apache#6175)

* More tests migrated

* Migrated tests to Junit5

* Migrated drools-core

* Migrated alphanetwork compiler
  • Loading branch information
pibizza authored and rgdoliveira committed Dec 2, 2024
1 parent a27fb09 commit ebf1961
Show file tree
Hide file tree
Showing 52 changed files with 328 additions and 323 deletions.
6 changes: 3 additions & 3 deletions drools-alphanetwork-compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.kie</groupId>
<artifactId>kie-test-util</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Expand Down
Loading

0 comments on commit ebf1961

Please sign in to comment.