Module JNISpice
Package spice.tspice

Class TestTDBTime


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

    Version 2.0.0 29-DEC-2016 (NJB)

    Moved clean-up code to "finally" block.

    Version 1.0.0 21-DEC-2009 (NJB)

    • Constructor Summary

      Constructors 
      Constructor Description
      TestTDBTime()  
    • Method Summary

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

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

      • TestTDBTime

        public TestTDBTime()
    • Method Detail