mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
when we have junit 5 in module classpath, it's dangerous to have only junit 5 and junit 3 cause vintage engine doesn't support junit 3 and just won't start tests GitOrigin-RevId: 65eb6b34584593fdc75aa15f908f84b91772c5e0
18 lines
931 B
XML
18 lines
931 B
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$/pluginTestResources">
|
|
<sourceFolder url="file://$MODULE_DIR$/pluginTestResources" type="java-resource" />
|
|
</content>
|
|
<content url="file://$MODULE_DIR$/pluginTestSrc">
|
|
<sourceFolder url="file://$MODULE_DIR$/pluginTestSrc" isTestSource="true" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.java.testFramework" />
|
|
<orderEntry type="module" module-name="intellij.python.community.impl" />
|
|
<orderEntry type="module" module-name="intellij.xml.langInjection" scope="RUNTIME" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
|
|
</component>
|
|
</module> |