Package org.antlr.gunit.swingui.runner
Class gUnitAdapter
- java.lang.Object
-
- org.antlr.gunit.swingui.runner.gUnitAdapter
-
public class gUnitAdapter extends java.lang.Object
Adapter between gUnitEditor Swing GUI and gUnit command-line tool.- Author:
- scai
-
-
Constructor Summary
Constructors Constructor Description gUnitAdapter(TestSuite suite)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
gUnitAdapter
public gUnitAdapter(TestSuite suite) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
-
-