CANdevStudio
Development tool for CAN bus simulation
|
#include "log.h"
#include <QCanBusFrame>
#include <QSignalSpy>
#include <QtWidgets/QApplication>
#include <canload.h>
#include <catch.hpp>
#include <fakeit.hpp>
Macros | |
#define | CATCH_CONFIG_RUNNER |
Functions | |
Q_DECLARE_METATYPE (QCanBusFrame) | |
TEST_CASE ("Stubbed methods", "[canload]") | |
TEST_CASE ("setConfig - qobj", "[canload]") | |
TEST_CASE ("configChanged", "[canload]") | |
TEST_CASE ("getSupportedProperties", "[canload]") | |
TEST_CASE ("start/stop - correct timings", "[canload]") | |
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" | , |
"" | [canload] | ||
) |
TEST_CASE | ( | "getSupportedProperties" | , |
"" | [canload] | ||
) |
TEST_CASE | ( | "setConfig - qobj" | , |
"" | [canload] | ||
) |
TEST_CASE | ( | "start/stop - correct timings" | , |
"" | [canload] | ||
) |
TEST_CASE | ( | "Stubbed methods" | , |
"" | [canload] | ||
) |
std::shared_ptr<spdlog::logger> kDefaultLogger |