Package ptolemy.matlab.test
Class TestEngine
- java.lang.Object
-
- ptolemy.matlab.test.TestEngine
-
public class TestEngine extends java.lang.Object
Provides a simple demo of capabilities.Use: "ptinvoke ptolemy.matlab.test.TestEngine" in this directory to execute, output goes to stdout.
TODO: automate regression test (python?, jtcl?)
- Since:
- Ptolemy II 2.0
- Version:
- $Id$
- Author:
- Zoltan Kemenczy, Research in Motion Limited
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Red (cxh)
-
-
Constructor Summary
Constructors Constructor Description TestEngine()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Invoke the Matlab engine and run a few tests.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws IllegalActionException
Invoke the Matlab engine and run a few tests.- Parameters:
args
- Not used.- Throws:
IllegalActionException
- If there is a problem running the tests.
-
-