CANdevStudio
Development tool for CAN bus simulation
|
#include <QCanBusFrame>
#include <QJsonArray>
#include <QStandardItemModel>
#include <QTableView>
#include <Qt>
#include <QtWidgets/QApplication>
#include <catch.hpp>
#include <context.h>
#include <fakeit.hpp>
#include <QSignalSpy>
#include "gui/qmlexecutorguiint.h"
#include "qmlexecutor.h"
#include "qmlexecutormodel.h"
#include "guimock.h"
Macros | |
#define | CATCH_CONFIG_RUNNER |
Functions | |
TEST_CASE ("Stubbed methods", "[qmlexecutor]") | |
TEST_CASE ("setConfig - qobj/getconfig", "[qmlexecutor]") | |
TEST_CASE ("setConfig - json/getconfig", "[qmlexecutor]") | |
TEST_CASE ("configChanged", "[qmlexecutor]") | |
TEST_CASE ("qml changed from ui", "[qmlexecutor]") | |
TEST_CASE ("simBcastRcv", "[qmlexecutor]") | |
TEST_CASE ("getSupportedProperties", "[qmlexecutor]") | |
TEST_CASE ("start/stop", "[qmlexecutor]") | |
TEST_CASE ("getQConfig", "[qmlexecutor]") | |
TEST_CASE ("dock/undock", "[qmlexecutor]") | |
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 | ( | "configChanged" | , |
"" | [qmlexecutor] | ||
) |
TEST_CASE | ( | "dock/undock" | , |
"" | [qmlexecutor] | ||
) |
TEST_CASE | ( | "getQConfig" | , |
"" | [qmlexecutor] | ||
) |
TEST_CASE | ( | "getSupportedProperties" | , |
"" | [qmlexecutor] | ||
) |
TEST_CASE | ( | "qml changed from ui" | , |
"" | [qmlexecutor] | ||
) |
TEST_CASE | ( | "setConfig - json/getconfig" | , |
"" | [qmlexecutor] | ||
) |
TEST_CASE | ( | "setConfig - qobj/getconfig" | , |
"" | [qmlexecutor] | ||
) |
TEST_CASE | ( | "simBcastRcv" | , |
"" | [qmlexecutor] | ||
) |
TEST_CASE | ( | "start/stop" | , |
"" | [qmlexecutor] | ||
) |
TEST_CASE | ( | "Stubbed methods" | , |
"" | [qmlexecutor] | ||
) |
std::shared_ptr<spdlog::logger> kDefaultLogger |