Files
openide/platform/testFramework/bootstrap/intellij.tools.testsBootstrap.iml
Vladimir Krivosheev 2b2d91a414 IJPL-159134 JUnit5 should be in pom.xml for testFramework
GitOrigin-RevId: be12eb803c9a13f850039eb12edfad3336a890c3
2024-08-01 20:32:26 +00:00

19 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.boot" scope="RUNTIME" />
<orderEntry type="library" name="JUnit4" level="project" />
<orderEntry type="library" scope="PROVIDED" name="JUnit5Launcher" level="project" />
<orderEntry type="library" scope="PROVIDED" name="JUnit5" level="project" />
<orderEntry type="library" scope="PROVIDED" name="JUnit5Vintage" level="project" />
<orderEntry type="library" name="tcServiceMessages" level="project" />
<orderEntry type="library" scope="PROVIDED" name="JUnit5Jupiter" level="project" />
<orderEntry type="library" name="opentest4j" level="project" />
</component>
</module>