Class JUnitCGJavaTest
- java.lang.Object
-
- ptolemy.util.test.junit.JUnitCGJavaTestBase
-
- ptolemy.cg.kernel.generic.program.procedural.java.test.junit.JUnitCGJavaTest
-
public class JUnitCGJavaTest extends JUnitCGJavaTestBase
Run the auto/ tests using java cg.(cd $PTII/ptolemy/cg/kernel/generic/program/procedural/java/test/junit; java -classpath ${PTII}:${PTII}/lib/ptjacl.jar:${PTII}/lib/junit-4.8.2.jar:${PTII}/lib/JUnitParams-0.3.0.jar org.junit.runner.JUnitCore ptolemy.cg.kernel.generic.program.procedural.java.test.junit.JUnitJavaCGTest)
A copy of this file appears in each test/junit java cg subdirectory so that it is easy for developers to run tests.
- Since:
- Ptolemy II 10.0
- Version:
- $Id$
- Author:
- Christopher Brooks
- Pt.AcceptedRating:
- Green (cxh)
- Pt.ProposedRating:
- Green (cxh)
-
-
Constructor Summary
Constructors Constructor Description JUnitCGJavaTest()
-