Unit tests for camcom::server configuration structures. More...
#include <gtest/gtest.h>#include <string>#include <vector>#include <map>#include <optional>#include "camcom/testbench/config.hpp"Functions | |
| TEST (AdapterConfigTest, DefaultConstruction) | |
| TEST (AdapterConfigTest, FullInitialization) | |
| TEST (AdapterConfigTest, PreconfigMap) | |
| TEST (HttpServerConfigTest, DefaultConstruction) | |
| TEST (HttpServerConfigTest, CustomPort) | |
| TEST (HttpServerConfigTest, WithBasicAuth) | |
| TEST (WebInterfaceConfigTest, DefaultConstruction) | |
| TEST (WebInterfaceConfigTest, Disabled) | |
| TEST (WebInterfaceConfigTest, PngCompression) | |
| TEST (RecordingConfigTest, DefaultConstruction) | |
| TEST (RecordingConfigTest, FitsCubeFormat) | |
| TEST (RecordingConfigTest, TimeBasedRecording) | |
| TEST (RecordingConfigTest, SizeBasedRecording) | |
| TEST (RecordingConfigTest, ScheduledRecording) | |
| TEST (RecordingConfigTest, AbsoluteTimeRecording) | |
| TEST (TelemetryConfigTest, DefaultConstruction) | |
| TEST (TelemetryConfigTest, Disabled) | |
| TEST (TelemetryConfigTest, CustomParameters) | |
| TEST (TelemetryConfigTest, DisableDuringAcquisition) | |
| TEST (StatisticsConfigTest, DefaultConstruction) | |
| TEST (StatisticsConfigTest, Disabled) | |
| TEST (StatisticsConfigTest, CustomWindowSize) | |
| TEST (LoggingConfigTest, DefaultConstruction) | |
| TEST (LoggingConfigTest, DebugLevel) | |
| TEST (LoggingConfigTest, WithLogFile) | |
| TEST (SetupConfigTest, DefaultConstruction) | |
| TEST (SetupConfigTest, Disabled) | |
| TEST (AcquisitionConfigTest, DefaultConstruction) | |
| TEST (AcquisitionConfigTest, LargeQueue) | |
| TEST (GuiConfigTest, DefaultConstruction) | |
| TEST (GuiConfigTest, NoAutoStart) | |
| TEST (GuiConfigTest, WithConfigFile) | |
| TEST (ServerConfigTest, DefaultConstruction) | |
| TEST (ServerConfigTest, FullInitialization) | |
| TEST (ServerConfigTest, IncludesList) | |
| TEST (ServerConfigTest, SetValues) | |
| TEST (StreamingConfigTest, DefaultConstruction) | |
| TEST (StreamingConfigTest, WebRTCProtocol) | |
| TEST (StreamingConfigTest, RTSPProtocol) | |
Unit tests for camcom::server configuration structures.
| TEST | ( | AcquisitionConfigTest | , |
| DefaultConstruction | ) |
| TEST | ( | AcquisitionConfigTest | , |
| LargeQueue | ) |
| TEST | ( | AdapterConfigTest | , |
| DefaultConstruction | ) |
| TEST | ( | AdapterConfigTest | , |
| FullInitialization | ) |
| TEST | ( | AdapterConfigTest | , |
| PreconfigMap | ) |
| TEST | ( | GuiConfigTest | , |
| DefaultConstruction | ) |
| TEST | ( | GuiConfigTest | , |
| NoAutoStart | ) |
| TEST | ( | GuiConfigTest | , |
| WithConfigFile | ) |
| TEST | ( | HttpServerConfigTest | , |
| CustomPort | ) |
| TEST | ( | HttpServerConfigTest | , |
| DefaultConstruction | ) |
| TEST | ( | HttpServerConfigTest | , |
| WithBasicAuth | ) |
| TEST | ( | LoggingConfigTest | , |
| DebugLevel | ) |
| TEST | ( | LoggingConfigTest | , |
| DefaultConstruction | ) |
| TEST | ( | LoggingConfigTest | , |
| WithLogFile | ) |
| TEST | ( | RecordingConfigTest | , |
| AbsoluteTimeRecording | ) |
| TEST | ( | RecordingConfigTest | , |
| DefaultConstruction | ) |
| TEST | ( | RecordingConfigTest | , |
| FitsCubeFormat | ) |
| TEST | ( | RecordingConfigTest | , |
| ScheduledRecording | ) |
| TEST | ( | RecordingConfigTest | , |
| SizeBasedRecording | ) |
| TEST | ( | RecordingConfigTest | , |
| TimeBasedRecording | ) |
| TEST | ( | ServerConfigTest | , |
| DefaultConstruction | ) |
| TEST | ( | ServerConfigTest | , |
| FullInitialization | ) |
| TEST | ( | ServerConfigTest | , |
| IncludesList | ) |
| TEST | ( | ServerConfigTest | , |
| SetValues | ) |
| TEST | ( | SetupConfigTest | , |
| DefaultConstruction | ) |
| TEST | ( | SetupConfigTest | , |
| Disabled | ) |
| TEST | ( | StatisticsConfigTest | , |
| CustomWindowSize | ) |
| TEST | ( | StatisticsConfigTest | , |
| DefaultConstruction | ) |
| TEST | ( | StatisticsConfigTest | , |
| Disabled | ) |
| TEST | ( | StreamingConfigTest | , |
| DefaultConstruction | ) |
| TEST | ( | StreamingConfigTest | , |
| RTSPProtocol | ) |
| TEST | ( | StreamingConfigTest | , |
| WebRTCProtocol | ) |
| TEST | ( | TelemetryConfigTest | , |
| CustomParameters | ) |
| TEST | ( | TelemetryConfigTest | , |
| DefaultConstruction | ) |
| TEST | ( | TelemetryConfigTest | , |
| Disabled | ) |
| TEST | ( | TelemetryConfigTest | , |
| DisableDuringAcquisition | ) |
| TEST | ( | WebInterfaceConfigTest | , |
| DefaultConstruction | ) |
| TEST | ( | WebInterfaceConfigTest | , |
| Disabled | ) |
| TEST | ( | WebInterfaceConfigTest | , |
| PngCompression | ) |