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¶
testGetFluorophores¶
-
public void
testGetFluorophores()¶ Test of getFluorophores 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.
testToJsonFluorescence¶
-
public void
testToJsonFluorescence()¶ Test of toJsonFluorescence method, of class Microscope.