import junit.framework.TestCase;
public class TestCsvParser extends TestCase { // extends TestCase
public void testParseSimpleLine() { // method name starts with 'test'
CsvParser parser
import junit.framework.TestCase;
public class TestCsvParser extends TestCase { // extends TestCase
public void testParseSimpleLine() { // method name starts with 'test'
CsvParser parser
package gls.ch08.s04
import gls.scope.CompilableTestSupport
class RepetitiveMethodTest extends CompilableTestSupport{
void testRepetitiveMethod() {
def text ="""
class A {
void foo() {}