Class KielerJUnitTestExtendedModels
- java.lang.Object
-
- ptolemy.vergil.basic.layout.kieler.test.junit.KielerJUnitTest
-
- ptolemy.vergil.basic.layout.kieler.test.junit.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 Summary
Constructors Constructor Description KielerJUnitTestExtendedModels()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
runCarTracking()
Test the layout of the CarTracking model.void
runCSPDomain()
Test the layout of the CSPDomain FSM Model.void
runInterrupter()
Test the layout of the Interrupter FSM Model.void
runMonitor()
Test the layout of the Monitor FSM Model.void
runRouter()
Test the layout of the Router model.-
Methods inherited from class ptolemy.vergil.basic.layout.kieler.test.junit.KielerJUnitTest
_layoutModelCompareAgainstFile, _layoutTest, _redo, _sleep, _undo, closeSentinelModel, main, openSentinelModel, runModulation
-
-
-
-
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.
-
-