Files
openide/json/tests/intellij.json.tests.iml
Nikita Katkov 8ba2f5ebe7 [json] IDEA-339628 Introduced schema reading and merging tests
These tests are temporary and should be removed along with the old JsonSchemaObject implementation. Their goal is to ensure that both implementations of the schema object and schema merger are producing exactly the same output during schema reading and in-schema resolve

GitOrigin-RevId: bb91ba2e3ff440bae4e8591363852590a78068fc
2024-01-16 20:26:54 +00:00

23 lines
1.4 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$/test" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/testData" type="java-test-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
<orderEntry type="module" module-name="intellij.json" scope="TEST" />
<orderEntry type="module" module-name="intellij.spellchecker" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testExtensions" scope="TEST" />
<orderEntry type="library" scope="TEST" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.langInjection" scope="TEST" />
<orderEntry type="library" scope="TEST" name="jsonpath" level="project" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="module" module-name="intellij.regexp" scope="TEST" />
<orderEntry type="module" module-name="intellij.tools.ide.metrics.benchmark" scope="TEST" />
<orderEntry type="library" scope="TEST" name="kotlin-reflect" level="project" />
</component>
</module>