11 lines
156 B
Groovy
11 lines
156 B
Groovy
import griffon.util.IGriffonApplication
|
|
|
|
class ProjectPanelTests extends GroovyTestCase {
|
|
|
|
IGriffonApplication app
|
|
|
|
void testSomething() {
|
|
|
|
}
|
|
}
|