Module JNISpice
Package spice.tspice

Class TestDSKAlpha


  • public class TestDSKAlpha
    extends java.lang.Object
    Class TestDSKAlpha provides methods that implement test families for Alpha DSK high-level geometry native methods of the class CSPICE.

    Version 2.0.0 29-DEC-2016 (NJB)

       Renamed class. Previous name was TestDSK1.
    
       Updated expected short error messages for invalid handles.
       These messages now are generated by the handle manager
       subsystem.
    

    Version 1.0.0 02-JUL-2014 (NJB)

       Changed calls to CSPICE.llgridPl02 to accommodate argument
       list change in that method. The new argument list has a 
       2-dimensional input coordinate grid; the old version of the 
       grid was 1-dimensional. Also loosened tolerance in CSPICE.llgridPl02
       comparison against results from CSPICE.dskx02. Increased
       size of grid used in these tests.
    

    Last update was 08-JUN-2014 (NJB)

    • Constructor Summary

      Constructors 
      Constructor Description
      TestDSKAlpha()  
    • Method Summary

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

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

      • TestDSKAlpha

        public TestDSKAlpha()