blob: 7059f6293a4eb57523e38820214bde3f6a980006 [file] [log] [blame]
package org.codehaus.groovy.tck;
/** Helper methods used by generated TCK test cases */
public interface TestGeneratorHelper {
Object evaluate(String theSrcText, String testName) throws Exception;
void parse(String theSrcText, String testName) throws Exception;
}