public class SharedParameterJUnitTest extends java.lang.Object
(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)
Constructor and Description |
---|
SharedParameterJUnitTest() |
Modifier and Type | Method and Description |
---|---|
void |
run()
Instantiate a CompositeActor with a SharedParameter and then
clone it.
|
public SharedParameterJUnitTest()
public void run() throws java.lang.Exception
java.lang.Exception
- If there is a problem cloning the
CompositeActor or accessing the _initializable field.