Class KielerJUnitTestExtendedModels


  • public class KielerJUnitTestExtendedModels
    extends KielerJUnitTest
    Test out Kieler by open models, using Kieler to layout the graph and then doing undo and redo.

    This class uses models such as ptolemy/domains/modal/demo/SystemLevelType, which is not shipped with Cape Code, so these tests are in a separate file.

    Since:
    Ptolemy II 11.0
    Version:
    $Id$
    Author:
    Christopher Brooks
    Pt.AcceptedRating:
    Red (cxh)
    Pt.ProposedRating:
    Red (cxh)
    • Constructor Detail

      • KielerJUnitTestExtendedModels

        public KielerJUnitTestExtendedModels()
    • Method Detail

      • runCarTracking

        public void runCarTracking()
                            throws java.lang.Exception
        Test the layout of the CarTracking model.
        Throws:
        java.lang.Exception - If there is a problem reading or laying out a model.
      • runRouter

        public void runRouter()
                       throws java.lang.Exception
        Test the layout of the Router model.
        Throws:
        java.lang.Exception - If there is a problem reading or laying out a model.
      • runCSPDomain

        public void runCSPDomain()
                          throws java.lang.Exception
        Test the layout of the CSPDomain FSM Model.
        Throws:
        java.lang.Exception - If there is a problem reading or laying out a model.
      • runInterrupter

        public void runInterrupter()
                            throws java.lang.Exception
        Test the layout of the Interrupter FSM Model.
        Throws:
        java.lang.Exception - If there is a problem reading or laying out a model.
      • runMonitor

        public void runMonitor()
                        throws java.lang.Exception
        Test the layout of the Monitor FSM Model.
        Throws:
        java.lang.Exception - If there is a problem reading or laying out a model.