#include <filesystem>
#include <thread>
#include <gtest/gtest.h>
#include <srs/SRSEmulator.hpp>
#include <srs/utils/Connections.hpp>
#include <srs/workflow/Handler.hpp>
Go to the source code of this file.
Functions | |
TEST (integration_test_outputfiles, binary_output) | |
TEST (integration_test_outputfiles, root_output) | |
TEST (integration_test_outputfiles, proto_binary_output) | |
TEST (integration_test_outputfiles, json_output) | |
TEST (integration_test_outputfiles, all_outputs) | |
TEST | ( | integration_test_outputfiles | , |
all_outputs | ) |
Definition at line 128 of file TestOutputs.cpp.
TEST | ( | integration_test_outputfiles | , |
binary_output | ) |
Definition at line 68 of file TestOutputs.cpp.
TEST | ( | integration_test_outputfiles | , |
json_output | ) |
Definition at line 111 of file TestOutputs.cpp.
TEST | ( | integration_test_outputfiles | , |
proto_binary_output | ) |
Definition at line 98 of file TestOutputs.cpp.
TEST | ( | integration_test_outputfiles | , |
root_output | ) |
Definition at line 81 of file TestOutputs.cpp.