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