Package ptolemy.demo.Quarry.test.junit
Class JUnitTclTest
- java.lang.Object
-
- ptolemy.util.test.junit.JUnitTclTestBase
-
- ptolemy.demo.Quarry.test.junit.JUnitTclTest
-
public class JUnitTclTest extends JUnitTclTestBase
Run the auto/ and Tcl tests under JUnit.(cd /Users/cxh/src/ptII11.0.devel/ptolemy/actor/lib/js/test/junit; java -classpath /Users/cxh/src/ptII11.0.devel:/Users/cxh/src/ptII11.0.devel/lib/ptjacl.jar:/Users/cxh/src/ptII11.0.devel/lib/junit-4.8.2.jar:/Users/cxh/src/ptII11.0.devel/lib/JUnitParams-0.3.0.jar org.junit.runner.JUnitCore ptolemy.demo.Quarry.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 /Users/cxh/src/ptII11.0.devel/util/testsuite/JUnitTclTest.java.in. To update all the files, run
cd /Users/cxh/src/ptII11.0.devel ptolemy/util/test/junit/updateJUnitTclTest
- Since:
- Ptolemy II 11.0
- Version:
- $
- Author:
- Christopher Brooks
- Pt.AcceptedRating:
- Green (cxh)
- Pt.ProposedRating:
- Green (cxh)
-
-
Constructor Summary
Constructors Constructor Description JUnitTclTest()
-