Move timestamper-gui into a subfolder.

This commit is contained in:
2024-08-04 21:41:47 -05:00
parent bc51d17932
commit 5b24dac2b8
126 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,10 @@
import griffon.util.IGriffonApplication
class LogDialogTests extends GroovyTestCase {
IGriffonApplication app
void testSomething() {
}
}

View File

@ -0,0 +1,10 @@
import griffon.util.IGriffonApplication
class NotesDialogTests extends GroovyTestCase {
IGriffonApplication app
void testSomething() {
}
}

View File

@ -0,0 +1,10 @@
import griffon.util.IGriffonApplication
class PunchcardDialogTests extends GroovyTestCase {
IGriffonApplication app
void testSomething() {
}
}

View File

@ -0,0 +1,10 @@
import griffon.util.IGriffonApplication
class TimeStamperMainTests extends GroovyTestCase {
IGriffonApplication app
void testSomething() {
}
}

View File

@ -0,0 +1,10 @@
import griffon.util.IGriffonApplication
class TimeStamperTests extends GroovyTestCase {
IGriffonApplication app
void testSomething() {
}
}