Package gov.nih.mipav.model.file
Class MetadataExtractorTest.StreamReaderTest
java.lang.Object
gov.nih.mipav.model.file.MetadataExtractorTest.SequentialAccessTestBase
gov.nih.mipav.model.file.MetadataExtractorTest.StreamReaderTest
- Enclosing class:
MetadataExtractorTest
public class MetadataExtractorTest.StreamReaderTest
extends MetadataExtractorTest.SequentialAccessTestBase
- Author:
- Drew Noakes https://drewnoakes.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MetadataExtractor.SequentialReadercreateReader(byte[] bytes) voidMethods inherited from class gov.nih.mipav.model.file.MetadataExtractorTest.SequentialAccessTestBase
testDefaultEndianness, testGetBytes, testGetBytesEOF, testGetFloat32, testGetFloat64, testGetInt16, testGetInt32, testGetInt32_OutOfBounds, testGetInt64, testGetInt64_OutOfBounds, testGetInt8, testGetInt8EOF, testGetNullTerminatedString, testGetString, testGetUInt16, testGetUInt16_OutOfBounds, testGetUInt32, testGetUInt8, testGetUInt8_OutOfBounds, testOverflowBoundsCalculation, testSkipEOF, testTrySkipEOF
-
Constructor Details
-
StreamReaderTest
public StreamReaderTest()
-
-
Method Details
-
testConstructWithNullStreamThrows
public void testConstructWithNullStreamThrows() -
createReader
- Specified by:
createReaderin classMetadataExtractorTest.SequentialAccessTestBase
-