Package gov.nih.mipav.model.file
Class MetadataExtractorTest.ByteArrayReaderTest
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractorTest.RandomAccessTestBase
-
- gov.nih.mipav.model.file.MetadataExtractorTest.ByteArrayReaderTest
-
- Enclosing class:
- MetadataExtractorTest
public class MetadataExtractorTest.ByteArrayReaderTest extends MetadataExtractorTest.RandomAccessTestBase
- Author:
- Drew Noakes https://drewnoakes.com
-
-
Constructor Summary
Constructors Constructor Description ByteArrayReaderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MetadataExtractor.RandomAccessReader
createReader(byte[] bytes)
void
testConstructWithNullBufferThrows()
-
Methods inherited from class gov.nih.mipav.model.file.MetadataExtractorTest.RandomAccessTestBase
testDefaultEndianness, testGetBytesEOF, testGetFloat32, testGetFloat64, testGetInt16, testGetInt32, testGetInt32_OutOfBounds, testGetInt64, testGetInt64_OutOfBounds, testGetInt8, testGetInt8EOF, testGetNullTerminatedString, testGetString, testGetUInt16, testGetUInt16_OutOfBounds, testGetUInt32, testGetUInt8, testGetUInt8_OutOfBounds, testIndexPlusCountExceedsIntMaxValue, testOverflowBoundsCalculation
-
-
-
-
Method Detail
-
createReader
protected MetadataExtractor.RandomAccessReader createReader(byte[] bytes)
- Specified by:
createReader
in classMetadataExtractorTest.RandomAccessTestBase
-
testConstructWithNullBufferThrows
public void testConstructWithNullBufferThrows()
-
-