CANdevStudio
Development tool for CAN bus simulation
|
#include <QtWidgets/QApplication>
#include <canrawplayer.h>
#include "log.h"
#include <QCanBusFrame>
#include <QSignalSpy>
#include <catch.hpp>
#include <fakeit.hpp>
Macros | |
#define | CATCH_CONFIG_RUNNER |
Functions | |
Q_DECLARE_METATYPE (QCanBusFrame) | |
TEST_CASE ("Stubbed methods", "[canrawplayer]") | |
TEST_CASE ("setConfig - qobj", "[canrawplayer]") | |
TEST_CASE ("setConfig - json", "[canrawplayer]") | |
TEST_CASE ("getConfig", "[canrawplayer]") | |
TEST_CASE ("getQConfig", "[canrawplayer]") | |
TEST_CASE ("configChanged", "[canrawplayer]") | |
TEST_CASE ("getSupportedProperties", "[canrawplayer]") | |
TEST_CASE ("Send test", "[canrawplayer]") | |
TEST_CASE ("Send test 2", "[canrawplayer]") | |
int | main (int argc, char *argv[]) |
Variables | |
std::shared_ptr< spdlog::logger > | kDefaultLogger |
#define CATCH_CONFIG_RUNNER |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Q_DECLARE_METATYPE | ( | QCanBusFrame | ) |
TEST_CASE | ( | "configChanged" | , |
"" | [canrawplayer] | ||
) |
TEST_CASE | ( | "getConfig" | , |
"" | [canrawplayer] | ||
) |
TEST_CASE | ( | "getQConfig" | , |
"" | [canrawplayer] | ||
) |
TEST_CASE | ( | "getSupportedProperties" | , |
"" | [canrawplayer] | ||
) |
TEST_CASE | ( | "Send test 2" | , |
"" | [canrawplayer] | ||
) |
TEST_CASE | ( | "Send test" | , |
"" | [canrawplayer] | ||
) |
TEST_CASE | ( | "setConfig - json" | , |
"" | [canrawplayer] | ||
) |
TEST_CASE | ( | "setConfig - qobj" | , |
"" | [canrawplayer] | ||
) |
TEST_CASE | ( | "Stubbed methods" | , |
"" | [canrawplayer] | ||
) |
std::shared_ptr<spdlog::logger> kDefaultLogger |