Move timestamper-gui into a subfolder.
This commit is contained in:
10
gui/test/integration/LogDialogTests.groovy
Normal file
10
gui/test/integration/LogDialogTests.groovy
Normal file
@ -0,0 +1,10 @@
|
||||
import griffon.util.IGriffonApplication
|
||||
|
||||
class LogDialogTests extends GroovyTestCase {
|
||||
|
||||
IGriffonApplication app
|
||||
|
||||
void testSomething() {
|
||||
|
||||
}
|
||||
}
|
10
gui/test/integration/NotesDialogTests.groovy
Normal file
10
gui/test/integration/NotesDialogTests.groovy
Normal file
@ -0,0 +1,10 @@
|
||||
import griffon.util.IGriffonApplication
|
||||
|
||||
class NotesDialogTests extends GroovyTestCase {
|
||||
|
||||
IGriffonApplication app
|
||||
|
||||
void testSomething() {
|
||||
|
||||
}
|
||||
}
|
10
gui/test/integration/PunchcardDialogTests.groovy
Normal file
10
gui/test/integration/PunchcardDialogTests.groovy
Normal file
@ -0,0 +1,10 @@
|
||||
import griffon.util.IGriffonApplication
|
||||
|
||||
class PunchcardDialogTests extends GroovyTestCase {
|
||||
|
||||
IGriffonApplication app
|
||||
|
||||
void testSomething() {
|
||||
|
||||
}
|
||||
}
|
10
gui/test/integration/TimeStamperMainTests.groovy
Normal file
10
gui/test/integration/TimeStamperMainTests.groovy
Normal file
@ -0,0 +1,10 @@
|
||||
import griffon.util.IGriffonApplication
|
||||
|
||||
class TimeStamperMainTests extends GroovyTestCase {
|
||||
|
||||
IGriffonApplication app
|
||||
|
||||
void testSomething() {
|
||||
|
||||
}
|
||||
}
|
10
gui/test/integration/TimeStamperTests.groovy
Executable file
10
gui/test/integration/TimeStamperTests.groovy
Executable file
@ -0,0 +1,10 @@
|
||||
import griffon.util.IGriffonApplication
|
||||
|
||||
class TimeStamperTests extends GroovyTestCase {
|
||||
|
||||
IGriffonApplication app
|
||||
|
||||
void testSomething() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user