Module JNISpice
Package spice.tspice

Class TestBody


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

    Version 2.0.0 28-DEC-2016 (NJB)

    Updated test cases to expect Body instances created from Strings to return the names used to create them when method getName is applied. Formerly the returned names were generated by converting the input name to an ID code, then translating that ID code to a name.

    Version 1.1.0 11-APR-2011 (NJB)

    Added test cases for Body creation using either the name string "Solar System Barycenter" or the ID code 0.

    Version 1.0.0 07-DEC-2009 (NJB)

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String PCK  
    • Constructor Summary

      Constructors 
      Constructor Description
      TestBody()  
    • Method Summary

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

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

      • PCK

        private static java.lang.String PCK
    • Constructor Detail

      • TestBody

        public TestBody()