Module JNISpice
Package spice.tspice

Class TestVector3


  • public class TestVector3
    extends java.lang.Object
    Class testVector3 provides methods that implement test families for the class Vector3.

    Version 1.0.0 15-DEC-2009 (NJB)

    • Constructor Detail

      • TestVector3

        public TestVector3()
    • Method Detail

      • f_Vector3

        public static boolean f_Vector3()
                                 throws SpiceErrorException
        Test family 001 for methods of the class spice.basic.Vector3.
           -Procedure f_Vector3 ( Test family 001 for class Vector3 )
        
           -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 Vector3.
              The current set is:
        
                 Name               Status (x=="done")
                 ==============     ==================
                 add                x
                 assign             x
                 cross              x
                 dist               x
                 dot                x
                 getElt             x
                 hat                x
                 isZero             x
                 lcom               x
                 lcom (3 args)      x
                 negate             x
                 norm               x
                 perp               x
                 proj               x
                 rotate (rotvec)    x
                 rotate (vrotv)     x
                 scale              x
                 sep                x
                 sub                x
                 toArray            x
                 toString           x
                 ucrss              x
        
           -Examples
        
              None.
        
           -Restrictions
        
              None.
        
           -Author_and_Institution
        
              N.J. Bachman   (JPL)
              E.D. Wright    (JPL)
        
           -Literature_References
        
              None.
        
           -Version
        
              -JNISpice Version 2.0.0 12-NOV-2009 (NJB)
        
                 Completed test set.
        
              -JNISpice Version 1.0.0 10-MAY-2004 (NJB) (EDW)
        
           -&
           
        Returns:
        Throws:
        SpiceErrorException