mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
more java tests moved to community
This commit is contained in:
@@ -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>
|
||||
|
||||
+13
@@ -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;
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
// "Add 'junit.jar' to classpath" "false"
|
||||
package y;
|
||||
|
||||
public class AddExistingJunit extends <caret>TestCase {
|
||||
}
|
||||
+13
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user