Generated 3 unit test scripts

This commit is contained in:
MikeZyeman 2021-11-04 14:19:58 +01:00
parent 6023cd10ee
commit 9c0010f11f
4 changed files with 7 additions and 0 deletions

View File

@ -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" />

View File

@ -0,0 +1,2 @@
public class SystemInputTest {
}

2
test/TextEditorTest.java Normal file
View File

@ -0,0 +1,2 @@
public class TextEditorTest {
}

2
test/TextTest.java Normal file
View File

@ -0,0 +1,2 @@
public class TextTest {
}