We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed9960 commit 4a4b6d9Copy full SHA for 4a4b6d9
src/main/resources/archetype-resources/src/test/java/MyDetectorTest.java
@@ -1,7 +1,7 @@
1
package ${package};
2
3
import static edu.umd.cs.findbugs.test.CountMatcher.containsExactly;
4
-import static org.junit.Assert.assertThat;
+import static org.hamcrest.MatcherAssert.assertThat;
5
6
import java.nio.file.Path;
7
import java.nio.file.Paths;
0 commit comments