We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
junit5()
PlugHarness
1 parent 0c4003a commit 4a1ce4fCopy full SHA for 4a1ce4f
2 files changed
atplug-test-harness/src/main/java/com/diffplug/atplug/PlugHarness.kt
@@ -23,5 +23,5 @@ class PlugHarness {
23
return AutoCloseable { PlugRegistry.setHarness(null) }
24
}
25
26
- fun junit5beforeAfterEach() = AtPlugJUnit5(this)
+ fun junit5() = com.diffplug.atplug.junit5.AtPlugJUnit5(this)
27
…java/com/diffplug/atplug/AtPlugJUnit5.kt …m/diffplug/atplug/junit5/AtPlugJUnit5.ktatplug-test-harness/src/main/java/com/diffplug/atplug/AtPlugJUnit5.kt renamed to atplug-test-harness/src/main/java/com/diffplug/atplug/junit5/AtPlugJUnit5.kt
@@ -1,5 +1,6 @@
1
-package com.diffplug.atplug
+package com.diffplug.atplug.junit5
2
3
+import com.diffplug.atplug.PlugHarness
4
import org.junit.jupiter.api.extension.AfterEachCallback
5
import org.junit.jupiter.api.extension.BeforeEachCallback
6
import org.junit.jupiter.api.extension.ExtensionContext
0 commit comments