blob: 5bdbfb96780fe10811a15afbcdcd49f0c2b9b469 [file] [log] [blame]
import org.junit.Test
import org.junit.Assert
class GroovyTest {
@Test
void testMethod() {
GroovyMain.main null
Assert.assertTrue true
}
}