.. java:import:: ch.epfl.leb.sass.models.components Camera .. java:import:: org.junit Test CameraTest ========== .. java:package:: ch.epfl.leb.sass.models.components :noindex: .. java:type:: public class CameraTest Unit tests for the Camera class. :author: Kyle M. Douglass Constructors ------------ CameraTest ^^^^^^^^^^ .. java:constructor:: public CameraTest() :outertype: CameraTest Methods ------- testGetAduPerElectron ^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testGetAduPerElectron() :outertype: CameraTest Test of getAduPerElectron method, of class Camera. testGetBaseline ^^^^^^^^^^^^^^^ .. java:method:: @Test public void testGetBaseline() :outertype: CameraTest Test of getBaseline method, of class Camera. testGetDarkCurrent ^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testGetDarkCurrent() :outertype: CameraTest Test of getDarkCurrent method, of class Camera. testGetEmGain ^^^^^^^^^^^^^ .. java:method:: @Test public void testGetEmGain() :outertype: CameraTest Test of getEmGain method, of class Camera. testGetNX ^^^^^^^^^ .. java:method:: @Test public void testGetNX() :outertype: CameraTest Test of getNX method, of class Camera. testGetNY ^^^^^^^^^ .. java:method:: @Test public void testGetNY() :outertype: CameraTest Test of getNY method, of class Camera. testGetPixelSize ^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testGetPixelSize() :outertype: CameraTest Test of getPixelSize method, of class Camera. testGetQuantumEfficiency ^^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testGetQuantumEfficiency() :outertype: CameraTest Test of getQuantumEfficiency method, of class Camera. testGetReadoutNoise ^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testGetReadoutNoise() :outertype: CameraTest Test of getReadoutNoise method, of class Camera. testGetThermalNoise ^^^^^^^^^^^^^^^^^^^ .. java:method:: @Test public void testGetThermalNoise() :outertype: CameraTest Test of getThermalNoise method, of class Camera.