- java.lang.Object
-
- spice.basic.DAS
-
- spice.basic.DLA
-
- spice.basic.DSK
-
- spice.tspice.TestDSKProt
-
public class TestDSKProt extends DSK
Class TestDSKProt provides methods that test protected methods in class DSK.Version 1.0.0 29-DEC-2016 (NJB)
-
-
Constructor Summary
Constructors Constructor Description TestDSKProt(java.lang.String fname)
-
Method Summary
Modifier and Type Method Description static boolean
f_DSKProt()
Test protected class DSK APIs.-
Methods inherited from class spice.basic.DSK
getBodies, getDSKDescriptor, getSurfaces, getTolerance, openForRead, openForWrite, setTolerance
-
Methods inherited from class spice.basic.DLA
beginBackwardSearch, beginForwardSearch, getNext, getPrevious, getSegmentCount, hasNext, hasPrevious
-
Methods inherited from class spice.basic.DAS
addComments, close, deleteComments, getCommentCharacterCount, getCommentRecordCount, getFileName, getHandle, getInternalFileName, isReadable, isWritable, readComments
-
-
-
-
Constructor Detail
-
TestDSKProt
public TestDSKProt(java.lang.String fname) throws SpiceException
- Parameters:
fname
-- Throws:
SpiceException
-
-
Method Detail
-
f_DSKProt
public static boolean f_DSKProt() throws SpiceException
Test protected class DSK APIs.- Returns:
- Throws:
SpiceException
-
-