Skip to content

Commit 200bdf4

Browse files
author
Vincent Potucek
committed
Add CleanupAssertions junit-team#5193 junit-team#5002
- https://docs.openrewrite.org/recipes/java/testing/junit/jupiterbestpractices Signed-off-by: Vincent Potucek <vpotucek@me.com>
1 parent 4db5d89 commit 200bdf4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jupiter-tests/src/test/java/org/junit/jupiter/api/AssertEqualsAssertionsTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
package org.junit.jupiter.api;
1212

13+
import static org.junit.jupiter.api.AssertNull.assertNull;
1314
import static org.junit.jupiter.api.AssertionTestUtils.assertExpectedAndActualValues;
1415
import static org.junit.jupiter.api.AssertionTestUtils.assertMessageEndsWith;
1516
import static org.junit.jupiter.api.AssertionTestUtils.assertMessageEquals;

0 commit comments

Comments
 (0)