DefaultImageSTest

public class DefaultImageSTest

Test suite for DefaultImageS.

Author:Kyle M. Douglass

Fields

instance

DefaultImageS instance

tempDir

public TemporaryFolder tempDir

Methods

setUp

public void setUp()

testAddImage_floatArrArr

public void testAddImage_floatArrArr()

Test of addImage method, of class DefaultImageS.

testAddImage_floatArrArr_wrongSize

public void testAddImage_floatArrArr_wrongSize()

Test of addImage method, of class DefaultImageS.

testAddImage_intArrArr

public void testAddImage_intArrArr()

Test of addImage method, of class DefaultImageS.

testAddImage_intArrArr_wrongSize

public void testAddImage_intArrArr_wrongSize()

Test of addImage method, of class DefaultImageS.

testAddImage_shortArrArr

public void testAddImage_shortArrArr()

Test of addImage method, of class DefaultImageS.

testAddImage_shortArrArr_wrongSize

public void testAddImage_shortArrArr_wrongSize()

Test of addImage method, of class DefaultImageS.

testConcatenate

public void testConcatenate()

Test of concatenate method, of class DefaultImageS.

testConcatenate_wrongSize

public void testConcatenate_wrongSize()

Test of concatenate method, of class DefaultImageS.

testGetBitDepth

public void testGetBitDepth()

Test of getBitDepth method, of class DefaultImageS.

testGetHeight

public void testGetHeight()

Test of getHeight method, of class DefaultImageS.

testGetPixelData

public void testGetPixelData()

Test of getPixelData method, of class DefaultImageS.

testGetSize

public void testGetSize()

Test of getSize method, of class DefaultImageS.

testGetSlice

public void testGetSlice()

Test of getSlice method, of class DefaultImageS.

testGetTitle

public void testGetTitle()

Test of getTitle method, of class DefaultImageS.

testGetWidth

public void testGetWidth()

Test of getWidth method, of class DefaultImageS.

testSaveAsTiffStack

public void testSaveAsTiffStack()

Test of saveAsTiffStack method, of class DefaultImageS.

testSaveAsTiffStackEmpty

public void testSaveAsTiffStackEmpty()

Test of saveAsTiffStack method, of class DefaultImageS.

testSerializeToArray

public void testSerializeToArray()

Test of serializeToArray method, of class DefaultImageS.

testSerializeToBuffer

public void testSerializeToBuffer()

Test of serializeToBuffer method, of class DefaultImageS.

testSetSlice

public void testSetSlice()

Test of setSlice method, of class DefaultImageS.

testSetTitle

public void testSetTitle()

Test of setTitle method, of class DefaultImageS.