timestamper/test/integration/NotesDialogTests.groovy

11 lines
155 B
Groovy
Raw Normal View History

import griffon.util.IGriffonApplication
class NotesDialogTests extends GroovyTestCase {
IGriffonApplication app
void testSomething() {
}
}