Class 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)
    • 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.
      • Methods inherited from class java.lang.Object

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

      • SharedParameterJUnitTest

        public SharedParameterJUnitTest()
    • Method Detail

      • run

        public void run()
                 throws java.lang.Exception
        Instantiate a CompositeActor with a SharedParameter and then clone it.
        Throws:
        java.lang.Exception - If there is a problem cloning the CompositeActor or accessing the _initializable field.