Skip to content

Commit

Permalink
HSEARCH-3654 Add more junit4 forbidden API rules
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Oct 11, 2023
1 parent eaed407 commit ecef688
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/config/src/main/resources/forbidden-internal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ org.skyscreamer.jsonassert.JSONAssert @ Use JsonHelper.assertJsonEquals to avoid
org.junit.experimental.runners.Enclosed @ Use NestedRunner instead of Enclosed and annotate inner classes with @Nested
org.junit.Assert @ Use AssertJ assertions instead
org.junit.jupiter.api.Assertions @ Use AssertJ assertions instead
org.junit.Test @ Use JUnit 5 instead
org.junit.Before @ Use JUnit 5 instead
org.junit.After @ Use JUnit 5 instead
org.junit.BeforeClass @ Use JUnit 5 instead
org.junit.AfterClass @ Use JUnit 5 instead
org.junit.Rule @ Use JUnit 5 instead
org.junit.ClassRule @ Use JUnit 5 instead
org.junit.Ignore @ Use JUnit 5 instead

################################################################################################################
# Unsafe API/SPI from Hibernate ORM
Expand Down

0 comments on commit ecef688

Please sign in to comment.