Class gUnitAdapter


  • public class gUnitAdapter
    extends java.lang.Object
    Adapter between gUnitEditor Swing GUI and gUnit command-line tool.
    Author:
    scai
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • gUnitAdapter

        public gUnitAdapter​(TestSuite suite)
                     throws java.io.IOException,
                            java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
    • Method Detail

      • run

        public void run()