7 lines
84 B
Groovy
7 lines
84 B
Groovy
|
class ConferenceTests extends GroovyTestCase {
|
||
|
|
||
|
void testSomething() {
|
||
|
|
||
|
}
|
||
|
}
|