7 lines
82 B
Groovy
7 lines
82 B
Groovy
|
class ScheduleTests extends GroovyTestCase {
|
||
|
|
||
|
void testSomething() {
|
||
|
|
||
|
}
|
||
|
}
|