Generated 3 unit test scripts
This commit is contained in:
parent
6023cd10ee
commit
9c0010f11f
|
@ -4,6 +4,7 @@
|
||||||
<exclude-output />
|
<exclude-output />
|
||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
public class SystemInputTest {
|
||||||
|
}
|
|
@ -0,0 +1,2 @@
|
||||||
|
public class TextEditorTest {
|
||||||
|
}
|
|
@ -0,0 +1,2 @@
|
||||||
|
public class TextTest {
|
||||||
|
}
|
Loading…
Reference in New Issue