CANdevStudio
Development tool for CAN bus simulation
|
#include <QtWidgets/QApplication>
#include <canrawsendermodel.h>
#include <datamodeltypes/canrawdata.h>
#include <QSignalSpy>
#include <catch.hpp>
#include <fakeit.hpp>
#include <log.h>
Macros | |
#define | CATCH_CONFIG_RUNNER |
Functions | |
TEST_CASE ("Test basic functionality", "[canrawsender]") | |
TEST_CASE ("Port information", "[canrawsender]") | |
TEST_CASE ("Calling sendFrame emits dataUpdated and outData returns that frame", "[canrawsender]") | |
TEST_CASE ("Test save configuration", "[canrawsender]") | |
TEST_CASE ("Getters/setters", "[canrawview]") | |
int | main (int argc, char *argv[]) |
Variables | |
std::shared_ptr< spdlog::logger > | kDefaultLogger |
#define CATCH_CONFIG_RUNNER |
int main | ( | int | argc, |
char * | argv[] | ||
) |
TEST_CASE | ( | "Calling sendFrame emits dataUpdated and outData returns that frame" | , |
"" | [canrawsender] | ||
) |
TEST_CASE | ( | "Getters/setters" | , |
"" | [canrawview] | ||
) |
TEST_CASE | ( | "Port information" | , |
"" | [canrawsender] | ||
) |
TEST_CASE | ( | "Test basic functionality" | , |
"" | [canrawsender] | ||
) |
TEST_CASE | ( | "Test save configuration" | , |
"" | [canrawsender] | ||
) |
std::shared_ptr<spdlog::logger> kDefaultLogger |