MicroscopeIT

public class MicroscopeIT

Integration tests for the Microscope class.

Author:Kyle M. Douglass

See also: https://stackoverflow.com/questions/2606572/junit-splitting-integration-test-and-unit-tests

Methods

setUp

public void setUp()

Sets up a basic Microscope for an acquisition simulation.

testGetFluorophores

public void testGetFluorophores()

Test of getFluorophores method, of class Microscope.

testGetFovSize

public void testGetFovSize()

Test of getFovSize method, of class Microscope.

testGetObjectSpacePixelSize

public void testGetObjectSpacePixelSize()

Test of getObjectSpacePixelSize method, of class Microscope.

testGetOnEmitterCount

public void testGetOnEmitterCount()

Test of getOnEmitterCount method, of class Microscope.

testGetResolution

public void testGetResolution()

Test of getResolution method, of class Microscope.

testGetSetLaserPower

public void testGetSetLaserPower()

Test of setLaserPower and getLaserPower methods, of class Microscope.

testSimulateFrame

public void testSimulateFrame()

Test of simulateFrame method, of class Microscope.

testToJsonCamera

public void testToJsonCamera()

Test of toJsonCamera method, of class Microscope.

testToJsonFluorescence

public void testToJsonFluorescence()

Test of toJsonFluorescence method, of class Microscope.

testToJsonLaser

public void testToJsonLaser()

Test of toJsonLaser method, of class Microscope.

testToJsonObjective

public void testToJsonObjective()

Test of toJsonObjective method, of class Microscope.

testToJsonStage

public void testToJsonStage()

Test of toJsonStage method, of class Microscope.