#include "../UltraPythonCameraHelper.h"
#include "CApiMock.h"
#include "../Statistics.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <chrono>
#include <linux/v4l2-controls.h>
#include <thread>
Go to the source code of this file.
Functions | |
TEST (UltraPython, setGainAbsolute_value1_ok) | |
TEST (UltraPython, setGainAbsolute_value2_ok) | |
TEST (UltraPython, setGainAbsolute_value11_ok) | |
TEST (UltraPython, setGainAbsolute_value12_fail) | |
TEST (UltraPython, setGain_value05_ok) | |
TEST (UltraPython, setGain_value07_ok) | |
TEST (UltraPython, setGain_value15_fail) | |
TEST (UltraPython, setGain_valuenegative_fail) | |
TEST | ( | UltraPython | , |
setGain_value05_ok | |||
) |
Definition at line 130 of file testControlGain.cpp.
TEST | ( | UltraPython | , |
setGain_value07_ok | |||
) |
Definition at line 158 of file testControlGain.cpp.
TEST | ( | UltraPython | , |
setGain_value15_fail | |||
) |
Definition at line 186 of file testControlGain.cpp.
TEST | ( | UltraPython | , |
setGain_valuenegative_fail | |||
) |
Definition at line 203 of file testControlGain.cpp.
TEST | ( | UltraPython | , |
setGainAbsolute_value11_ok | |||
) |
Definition at line 85 of file testControlGain.cpp.
TEST | ( | UltraPython | , |
setGainAbsolute_value12_fail | |||
) |
Definition at line 113 of file testControlGain.cpp.
TEST | ( | UltraPython | , |
setGainAbsolute_value1_ok | |||
) |
Definition at line 32 of file testControlGain.cpp.
TEST | ( | UltraPython | , |
setGainAbsolute_value2_ok | |||
) |
Definition at line 57 of file testControlGain.cpp.