.. java:import:: ch.epfl.leb.sass.models.psfs PSFBuilder .. java:import:: ch.epfl.leb.sass.models.components Camera .. java:import:: ch.epfl.leb.sass.models.components.internal DefaultCamera .. java:import:: ch.epfl.leb.sass.models.fluorophores Fluorophore .. java:import:: ch.epfl.leb.sass.models.illuminations Illumination .. java:import:: ch.epfl.leb.sass.models.photophysics FluorophoreDynamics .. java:import:: ch.epfl.leb.sass.models.fluorophores.commands FluorophoreCommand .. java:import:: ch.epfl.leb.sass.models.illuminations.internal SquareUniformIllumination .. java:import:: ch.epfl.leb.sass.models.photophysics.internal SimpleDynamics .. java:import:: ch.epfl.leb.sass.models.psfs.internal Gaussian2D .. java:import:: ch.epfl.leb.sass.models.samples RefractiveIndex .. java:import:: ch.epfl.leb.sass.models.samples.internal UniformRefractiveIndex .. java:import:: java.io File .. java:import:: java.net URL .. java:import:: org.junit Test .. java:import:: org.junit Before .. java:import:: java.util List .. java:import:: org.apache.commons.math3.complex Complex .. java:import:: org.apache.commons.math3.geometry.euclidean.threed Vector3D FluorophoreReceiverIT ===================== .. java:package:: ch.epfl.leb.sass.models.fluorophores.commands.internal :noindex: .. java:type:: public class FluorophoreReceiverIT Integration tests for the FluorophoreReceiver class. :author: Kyle M. Douglass Methods ------- setUp ^^^^^ .. java:method:: @Before public void setUp() :outertype: FluorophoreReceiverIT testGenerateFluorophoresFromCSV ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testGenerateFluorophoresFromCSV() throws Exception :outertype: FluorophoreReceiverIT Test of generateFluorophoresFromCSV method, of class FluorophoreReceiver. testGenerateFluorophoresGrid2D ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testGenerateFluorophoresGrid2D() :outertype: FluorophoreReceiverIT Test of generateFluorophoresGrid2D method, of class FluorophoreReceiver. testGenerateFluorophoresGrid3D ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testGenerateFluorophoresGrid3D() :outertype: FluorophoreReceiverIT Test of generateFluorophoresGrid3D method, of class FluorophoreReceiver. testGenerateFluorophoresRandom2D ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testGenerateFluorophoresRandom2D() :outertype: FluorophoreReceiverIT Test of generateFluorophoresRandom2D method, of class FluorophoreReceiver. testGenerateFluorophoresRandom3D ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testGenerateFluorophoresRandom3D() :outertype: FluorophoreReceiverIT Test of generateFluorophoresRandom3D method, of class FluorophoreReceiver.