Module JNISpice
Package spice.tspice

Class TestLimbPoint


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

    Version 1.0.0 03-JAN-2017 (NJB)

    • Constructor Summary

      Constructors 
      Constructor Description
      TestLimbPoint()  
    • Method Summary

      Modifier and Type Method Description
      static boolean f_LimbPoint()
      Test family 001 for methods of the class spice.basic.LimbPoint.
      • Methods inherited from class java.lang.Object

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

      • TestLimbPoint

        public TestLimbPoint()
    • Method Detail

      • f_LimbPoint

        public static boolean f_LimbPoint()
                                   throws SpiceException
        Test family 001 for methods of the class spice.basic.LimbPoint.
           -Procedure f_LimbPoint (Test LimbPoint)
        
           -Copyright
        
              Copyright (2004), California Institute of Technology.
              U.S. Government sponsorship acknowledged.
        
           -Required_Reading
        
              None.
        
           -Keywords
        
              TESTING
        
           -Brief_I/O
        
              VARIABLE  I/O  DESCRIPTION
              --------  ---  --------------------------------------------------
        
              The method returns the boolean true if all tests pass,
              false otherwise.
        
           -Detailed_Input
        
              None.
        
           -Detailed_Output
        
              The method returns the boolean true if all tests pass,
              false otherwise.  If any tests fail, diagnostic messages
              are sent to the test logger.
        
           -Parameters
        
              None.
        
           -Files
        
              None.
        
           -Exceptions
        
              Error free.
        
           -Particulars
        
              This routine tests methods of class LimbPoint.
        
           -Examples
        
              None.
        
           -Restrictions
        
              None.
        
           -Author_and_Institution
        
              N.J. Bachman   (JPL)
              E.D. Wright    (JPL)
        
           -Literature_References
        
              None.
        
           -Version
        
              -JNISpice Version 1.0.0 28-DEC-2016 (NJB) (EDW)
        
           -&
           
        Returns:
        Throws:
        SpiceException