#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, setBrightness_absolute_ok) | |
TEST (UltraPython, setBrightness_relative_ok) | |
TEST (UltraPython, getBrithness_relative_ok) | |
TEST (UltraPython, getBrithness_absolute_ok) | |
TEST | ( | UltraPython | , |
getBrithness_absolute_ok | |||
) |
Definition at line 114 of file testControlBrigthness.cpp.
TEST | ( | UltraPython | , |
getBrithness_relative_ok | |||
) |
Definition at line 82 of file testControlBrigthness.cpp.
TEST | ( | UltraPython | , |
setBrightness_absolute_ok | |||
) |
Definition at line 32 of file testControlBrigthness.cpp.
TEST | ( | UltraPython | , |
setBrightness_relative_ok | |||
) |
Definition at line 55 of file testControlBrigthness.cpp.