org.antlr.gunit
Class Interp
java.lang.Object
org.antlr.gunit.Interp
public class Interp
- extends Object
The main gUnit interpreter entry point.
Read a gUnit script, run unit tests or generate a junit file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Interp
public Interp()
main
public static void main(String[] args)
throws IOException,
ClassNotFoundException,
org.antlr.runtime.RecognitionException
- Throws:
IOException
ClassNotFoundException
org.antlr.runtime.RecognitionException
processArgs
public static void processArgs(String[] args)
parse
public static GrammarInfo parse(org.antlr.runtime.CharStream input)
throws org.antlr.runtime.RecognitionException
- Throws:
org.antlr.runtime.RecognitionException
getTestsuiteDir
public static String getTestsuiteDir(String fullPath,
String fileName)
Copyright © 2011. All Rights Reserved.