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
… (#6175)

* More tests migrated

* Migrated tests to Junit5

* Migrated drools-core

* Migrated alphanetwork compiler
  • Loading branch information
pibizza authored Nov 28, 2024
1 parent c0c300c commit 45c3b21
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 45c3b21

Please sign in to comment.