- java.lang.Object
-
- spice.tspice.TestTriangularPlate
-
public class TestTriangularPlate extends java.lang.Object
Class TestTriangularPlate provides methods that implement test families for the class TriangularPlate.Version 1.0.0 09-NOV-2016 (NJB)
-
-
Constructor Summary
Constructors Constructor Description TestTriangularPlate()
-
Method Summary
Modifier and Type Method Description static boolean
f_TriangularPlate()
Test family 001 for methods of the class spice.basic.TriangularPlate.
-
-
-
Method Detail
-
f_TriangularPlate
public static boolean f_TriangularPlate() throws SpiceErrorException
Test family 001 for methods of the class spice.basic.TriangularPlate.-Procedure f_TriangularPlate (Test TriangularPlate) -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 -Examples None. -Restrictions None. -Author_and_Institution N.J. Bachman (JPL) E.D. Wright (JPL) -Literature_References None. -Version -JNISpice Version 1.0.0 09-NOV-2016 (NJB) (EDW) -&
- Returns:
- Throws:
SpiceErrorException
-
-