Files
openide/jvm/jvm-analysis-tests/intellij.jvm.analysis.testFramework.iml
Bart van Helvert 13cd01b4f8 [jvm] Move JUnit inspections to jvm module
Refactors JUnit inspections by moving them to the JVM module and putting them in the `Jvm Languages/Test frameworks` group path.

GitOrigin-RevId: 261325aeee56c7de6c39413c6bb76b7be0fb8727
2022-04-02 10:58:27 +00:00

16 lines
848 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$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.jvm.analysis.impl" exported="" />
<orderEntry type="module" module-name="intellij.java.testFramework" exported="" />
<orderEntry type="module" module-name="intellij.java.impl.refactorings" exported="" />
<orderEntry type="module" module-name="intellij.junit" exported="" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.smRunner" />
</component>
</module>