Begin restructuring using Griffon
This commit is contained in:
10
test/integration/TimeStamperMainTests.groovy
Normal file
10
test/integration/TimeStamperMainTests.groovy
Normal file
@ -0,0 +1,10 @@
|
||||
import griffon.util.IGriffonApplication
|
||||
|
||||
class TimeStamperMainTests extends GroovyTestCase {
|
||||
|
||||
IGriffonApplication app
|
||||
|
||||
void testSomething() {
|
||||
|
||||
}
|
||||
}
|
10
test/integration/TimeStamperTests.groovy
Executable file
10
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