Class JUnitTclTest


  • public class JUnitTclTest
    extends JUnitTclTestBase
    Run the auto/ and Tcl tests under JUnit.
     (cd $PTII/ptolemy/cg/kernel/generic/accessor/test; java -classpath ${PTII}:${PTII}/lib/ptjacl.jar:${PTII}/lib/junit-4.8.2.jar:${PTII}/lib/JUnitParams-0.4.0.jar org.junit.runner.JUnitCore ptolemy.cg.kernel.generic.accessor.test.junit.JUnitTclTest)
     

    A copy of this file appears in each test/junit subdirectory so that it is easy for developers to run tests. The master file is in $PTII/util/testsuite/JUnitTclTest.java.in. To update all the files, run

     cd $PTII
     ptolemy/util/test/junit/updateJUnitTclTest
     
    Since:
    Ptolemy II 11.0
    Version:
    $Id: JUnitTclTest.java 67784 2013-10-26 16:53:27Z cxh $
    Author:
    Christopher Brooks
    Pt.AcceptedRating:
    Green (cxh)
    Pt.ProposedRating:
    Green (cxh)
    • Constructor Summary

      Constructors 
      Constructor Description
      JUnitTclTest()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • JUnitTclTest

        public JUnitTclTest()