Files
openide/plugins/gradle/intellij.gradle.tests.iml
Sergei Vorobyov 96a1761f1f [Gradle|TestFramework] fix: use platform project configuration observation for waiting Gradle syncs in tests
The `Observation.awaitConfiguration` allows waiting for any tracked activity and their java async calls.

GitOrigin-RevId: c19a0e1f0ff07ae43abbd0ec10ce6455f8cb69ef
2024-07-05 18:41:55 +00:00

42 lines
3.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$/testData">
<sourceFolder url="file://$MODULE_DIR$/testData" isTestSource="true" />
</content>
<content url="file://$MODULE_DIR$/testSources">
<sourceFolder url="file://$MODULE_DIR$/testSources" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="TEST" name="jmock" level="project" />
<orderEntry type="library" scope="TEST" name="jmock.junit4" level="project" />
<orderEntry type="library" scope="TEST" name="jmock.legacy" level="project" />
<orderEntry type="library" scope="TEST" name="mockito" level="project" />
<orderEntry type="library" scope="TEST" name="JUnit4" level="project" />
<orderEntry type="module" module-name="intellij.gradle" scope="TEST" />
<orderEntry type="module" module-name="intellij.gradle.common" scope="TEST" />
<orderEntry type="module" module-name="intellij.gradle.java" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.externalSystem.tests" exported="" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.externalSystem.testFramework" exported="" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.gradle.toolingExtension.tests" exported="" scope="TEST" />
<orderEntry type="module" module-name="intellij.java.execution.impl" scope="TEST" />
<orderEntry type="library" scope="TEST" name="assertJ" level="project" />
<orderEntry type="library" scope="TEST" name="org.codehaus.groovy:groovy-json" level="project" />
<orderEntry type="library" scope="TEST" name="commons-cli" level="project" />
<orderEntry type="module" module-name="intellij.platform.util.classLoader" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.boot" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" scope="TEST" />
<orderEntry type="module" module-name="intellij.groovy" scope="TEST" />
<orderEntry type="library" scope="TEST" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="module" module-name="intellij.platform.workspace.jps" scope="TEST" />
<orderEntry type="module" module-name="intellij.tools.ide.metrics.benchmark" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.execution.dashboard" scope="RUNTIME" />
<orderEntry type="module" module-name="intellij.platform.backend.observation" scope="TEST" />
</component>
</module>