Class ExampleSystemJUnitTest


  • public class ExampleSystemJUnitTest
    extends java.lang.Object
    Run the ExampleSystem as a JUnit Test.
    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    Christopher Brooks
    Pt.AcceptedRating:
    Green (cxh)
    Pt.ProposedRating:
    Green (cxh)
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Run the test that creates the example system.
      void run()
      Create the example system and compare the value returned by the toString() method to the known good results.
      • Methods inherited from class java.lang.Object

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

      • ExampleSystemJUnitTest

        public ExampleSystemJUnitTest()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Run the test that creates the example system.
        Parameters:
        args - Not used.