86eb8b4e29
This change adds an end to end test which loads the framework resources and a test app and ensures that no exceptions or warnings are thrown. The change also adds project configuration for intelliJ. Change-Id: I7b67c0f1a2af2dac95df7f3231cab537b9826d7d
19 lines
883 B
XML
19 lines
883 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" />
|
|
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
|
|
<sourceFolder url="file://$MODULE_DIR$/tests/data" type="java-test-resource" />
|
|
<sourceFolder url="file://$MODULE_DIR$/tests/mock_data" type="java-test-resource" />
|
|
<excludeFolder url="file://$MODULE_DIR$/.settings" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="asm-4.0" level="project" />
|
|
<orderEntry type="library" scope="TEST" name="JUnit4" level="application" />
|
|
</component>
|
|
</module>
|
|
|