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.
Order
1 parent 57dfcb5 commit fcb7b01Copy full SHA for fcb7b01
1 file changed
platform-tooling-support-tests/src/test/java/platform/tooling/support/tests/ArchUnitTests.java
@@ -51,10 +51,8 @@
51
import com.tngtech.archunit.library.GeneralCodingRules;
52
53
import org.apiguardian.api.API;
54
-import org.junit.jupiter.api.Order;
55
import org.junit.jupiter.api.extension.ExtendWith;
56
57
-@Order(Integer.MAX_VALUE)
58
@AnalyzeClasses(locations = ArchUnitTests.AllJars.class)
59
class ArchUnitTests {
60
0 commit comments