Begin restructuring using Griffon

This commit is contained in:
Jonathan Bernard
2009-12-17 23:12:09 -06:00
parent 8232705a60
commit e08d6d6c5d
117 changed files with 778 additions and 5191 deletions

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() {
}
}