Module JNISpice
Package spice.tspice

Class TestTDTTime


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

    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
      TestTDTTime()  
    • Method Summary

      Modifier and Type Method Description
      static boolean f_TDTTime()
      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

      • TestTDTTime

        public TestTDTTime()
    • Method Detail