more java tests moved to community

This commit is contained in:
Alexey Kudravtsev
2010-06-25 12:46:40 +04:00
parent 735a9d17a8
commit 2718da9fc7
1139 changed files with 14287 additions and 0 deletions
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4" relativePaths="true" type="JAVA_MODULE">
<component name="ModuleRootManager" />
<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="library" name="MockJunit" level="project" />
<orderEntryProperties />
</component>
</module>
@@ -0,0 +1,13 @@
// "Add dependency on module 'A'" "true"
package y;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 22, 2006
* Time: 11:09:25 AM
* To change this template use File | Settings | File Templates.
*/
public class AddDependency {
InA<caret> a;
}
@@ -0,0 +1,5 @@
// "Add 'junit.jar' to classpath" "false"
package y;
public class AddExistingJunit extends <caret>TestCase {
}
@@ -0,0 +1,13 @@
// "Add library 'Lib' to classpath" "true"
package y;
/**
* Created by IntelliJ IDEA.
* User: cdr
* Date: Aug 22, 2006
* Time: 11:13:00 AM
* To change this template use File | Settings | File Templates.
*/
public class AddLibrary {
InLib<caret> l;
}