Package org.eclipse.epsilon.test.util
Class GUnitGenerator
- java.lang.Object
-
- org.eclipse.epsilon.test.util.GUnitGenerator
-
public class GUnitGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description GUnitGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getTestCaseName(org.antlr.gunit.GrammarInfo grammar)
static void
main(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException, ClassNotFoundException, org.antlr.runtime.RecognitionException
- Throws:
IOException
ClassNotFoundException
org.antlr.runtime.RecognitionException
-
getTestCaseName
public static String getTestCaseName(org.antlr.gunit.GrammarInfo grammar)
-
-