Class GUnitGenerator


  • public class GUnitGenerator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GUnitGenerator()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getTestCaseName​(org.antlr.gunit.GrammarInfo grammar)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GUnitGenerator

        public GUnitGenerator()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException,
                                java.lang.ClassNotFoundException,
                                org.antlr.runtime.RecognitionException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
        org.antlr.runtime.RecognitionException
      • getTestCaseName

        public static java.lang.String getTestCaseName​(org.antlr.gunit.GrammarInfo grammar)