Module JNISpice
Package spice.tspice

Class TestKernelDatabase


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

    Version 2.0.0 27-DEC-2016 (NJB)

    Moved clean-up code to "finally" block.

    Version 1.0.0 27-OCT-2009 (NJB)

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String CK  
      private static java.lang.String META  
      private static int NMETA  
      private static java.lang.String SCLK  
      private static java.lang.String SPK  
    • Method Summary

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

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

      • CK

        private static java.lang.String CK
      • SPK

        private static java.lang.String SPK
      • META

        private static java.lang.String META
      • SCLK

        private static java.lang.String SCLK
      • NMETA

        private static int NMETA
    • Constructor Detail

      • TestKernelDatabase

        public TestKernelDatabase()
    • Method Detail

      • f_KernelDatabase

        public static boolean f_KernelDatabase()
                                        throws SpiceException,
                                               java.io.IOException
        Test KernelDatabase and associated classes.
        Returns:
        Throws:
        SpiceException
        java.io.IOException