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 -
Method Summary
Modifier and TypeMethodDescriptionprotected MetadataExtractor.RandomAccessReadercreateReader(byte[] bytes) voidMethods 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
-
Constructor Details
-
ByteArrayReaderTest
public ByteArrayReaderTest()
-
-
Method Details
-
createReader
- Specified by:
createReaderin classMetadataExtractorTest.RandomAccessTestBase
-
testConstructWithNullBufferThrows
public void testConstructWithNullBufferThrows()
-