[tests] rewrite ArtifactTest to JUnit5

This fixes "Test method isn't public: test_rename$lambda$..." warning which was shown because JUnit3 treats synthetic methods generated from lambdas as test methods.

GitOrigin-RevId: 2e1b874d3dfab9949833609ee155935aada60d85
This commit is contained in:
Nikolay Chashnikov
2024-01-26 12:49:27 +01:00
committed by intellij-monorepo-bot
parent 25ed897eb5
commit 889e364d7a
2 changed files with 30 additions and 13 deletions

View File

@@ -20,5 +20,6 @@
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.workspace.jps" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.backend.workspace" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" scope="TEST" />
</component>
</module>