Class 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)
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PtidesEventJUnitTest

        public PtidesEventJUnitTest()
    • 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