Class SharedParameterJUnitTest
- java.lang.Object
-
- ptolemy.actor.parameters.test.junit.SharedParameterJUnitTest
-
public class SharedParameterJUnitTest extends java.lang.Object
Tests for SharedParameter.(cd $PTII/ptolemy/actor/parameters/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.actor.parameters.test.junit.SharedParameterJUnitTest)
- Since:
- Ptolemy II 10.0
- Version:
- $Id$
- Author:
- Christopher Brooks
- Pt.AcceptedRating:
- Green (cxh)
- Pt.ProposedRating:
- Green (cxh)
-
-
Constructor Summary
Constructors Constructor Description SharedParameterJUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Instantiate a CompositeActor with a SharedParameter and then clone it.
-