Module JNISpice
Package spice.tspice

Class TestJEDTime


  • public class TestJEDTime
    extends java.lang.Object
    Class TestJEDTime provides methods that implement test families for the class JEDTime.

    Version 2.0.0 29-DEC-2016 (NJB)

    Moved clean-up code to "finally" block.

    Version 1.0.0 07-DEC-2009 (NJB)

    • Constructor Summary

      Constructors 
      Constructor Description
      TestJEDTime()  
    • Method Summary

      Modifier and Type Method Description
      static boolean f_JEDTime()
      Test JEDTime and associated classes.
      • Methods inherited from class java.lang.Object

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

      • TestJEDTime

        public TestJEDTime()
    • Method Detail