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 voidrunCarTracking()Test the layout of the CarTracking model.voidrunCSPDomain()Test the layout of the CSPDomain FSM Model.voidrunInterrupter()Test the layout of the Interrupter FSM Model.voidrunMonitor()Test the layout of the Monitor FSM Model.voidrunRouter()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.ExceptionTest 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.ExceptionTest 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.ExceptionTest 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.ExceptionTest 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.ExceptionTest the layout of the Monitor FSM Model.- Throws:
java.lang.Exception- If there is a problem reading or laying out a model.
-
-