NebulaStream
0.6.213
NebulaStream is a data and application management framework for the internet of things
|
Struct for storing all csv file params for tests. It is solely a container for grouping csv files. More...
#include <TestUtils.hpp>
Public Member Functions | |
CsvFileParams (const string &csvFileLeft, const string &csvFileRight, const string &expectedFile) | |
CsvFileParams (const std::vector< std::string > &inputCsvFiles, const string &expectedFile="") | |
Public Attributes | |
const std::vector< std::string > | inputCsvFiles |
const std::string | expectedFile |
Struct for storing all csv file params for tests. It is solely a container for grouping csv files.
|
inline |
|
inlineexplicit |
const std::string NES::TestUtils::CsvFileParams::expectedFile |
Referenced by NES::Runtime::Execution::JoinDeploymentTest::runAndValidateJoinQueryTwoLogicalStreams(), NES::Runtime::Execution::StreamIntervalJoinQueryExecutionTest::runSingleJoinQuery(), NES::Runtime::Execution::StreamJoinQueryExecutionTest::runSingleJoinQuery(), and NES::Runtime::Execution::TEST_P().
const std::vector<std::string> NES::TestUtils::CsvFileParams::inputCsvFiles |
Referenced by NES::Runtime::Execution::JoinDeploymentTest::runAndValidateJoinQueryTwoLogicalStreams(), NES::Runtime::Execution::MultipleJoinsTest::runJoinQuery(), NES::Runtime::Execution::StreamIntervalJoinQueryExecutionTest::runSingleJoinQuery(), NES::Runtime::Execution::StreamJoinQueryExecutionTest::runSingleJoinQuery(), and NES::Runtime::Execution::TEST_P().