Package gov.nasa.pds.label.object
Class GenericObjectTest
- java.lang.Object
-
- gov.nasa.pds.label.object.GenericObjectTest
-
public class GenericObjectTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GenericObjectTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetters()
void
testReadBufferEntireFile()
void
testReadBufferPartial()
void
testReadStreamEntireFile()
void
testReadStreamPartial()
-
-
-
Method Detail
-
testGetters
public void testGetters() throws java.io.IOException, java.net.URISyntaxException
- Throws:
java.io.IOException
java.net.URISyntaxException
-
testReadStreamEntireFile
public void testReadStreamEntireFile() throws java.io.IOException, java.net.URISyntaxException
- Throws:
java.io.IOException
java.net.URISyntaxException
-
testReadBufferEntireFile
public void testReadBufferEntireFile() throws java.io.IOException, java.net.URISyntaxException
- Throws:
java.io.IOException
java.net.URISyntaxException
-
testReadStreamPartial
public void testReadStreamPartial() throws java.io.IOException, java.net.URISyntaxException
- Throws:
java.io.IOException
java.net.URISyntaxException
-
testReadBufferPartial
public void testReadBufferPartial() throws java.io.IOException, java.net.URISyntaxException
- Throws:
java.io.IOException
java.net.URISyntaxException
-
-