Class PtidesEventJUnitTest
- java.lang.Object
-
- ptolemy.domains.ptides.kernel.test.junit.PtidesEventJUnitTest
-
public class PtidesEventJUnitTest extends java.lang.Object
Tests for PtidesEvent.- Since:
- Ptolemy II 10.0
- Version:
- $Id$
- Author:
- Christopher Brooks
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Red (cxh)
-
-
Constructor Summary
Constructors Constructor Description PtidesEventJUnitTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
constructorWithNulls()
Pass nulls to the PtidesEvent constructor.static void
main(java.lang.String[] args)
Invoke the test.
-
-
-
Method Detail
-
constructorWithNulls
public void constructorWithNulls() throws java.lang.Exception
Pass nulls to the PtidesEvent constructor.- Throws:
java.lang.Exception
- If the Ptides event cannot be created.
-
main
public static void main(java.lang.String[] args)
Invoke the test.- Parameters:
args
- Ignored
-
-