CANdevStudio
Development tool for CAN bus simulation
|
#include <QSignalSpy>
#include <QtWidgets/QApplication>
#include <canrawsender.h>
#include <catch.hpp>
#include <context.h>
#include <fakeit.hpp>
#include <gui/crsguiinterface.h>
#include <log.h>
#include <newlinemanager.h>
Functions | |
TEST_CASE ("Create CanRawSender correctly", "[newlinemanager]") | |
TEST_CASE ("Constructor with nullptr in argument", "[newlinemanager]") | |
TEST_CASE ("Constructor with correct arguments", "[newlinemanager]") | |
TEST_CASE ("Send button clicked - send one frame test", "[newlinemanager]") | |
TEST_CASE ("Send button clicked - send several frame test", "[newlinemanager]") | |
TEST_CASE ("Get columns wigdet test", "[newlinemanager]") | |
TEST_CASE ("EditionFinished", "[newlinemanager]") | |
TEST_CASE | ( | "Constructor with correct arguments" | , |
"" | [newlinemanager] | ||
) |
TEST_CASE | ( | "Constructor with nullptr in argument" | , |
"" | [newlinemanager] | ||
) |
TEST_CASE | ( | "Create CanRawSender correctly" | , |
"" | [newlinemanager] | ||
) |
TEST_CASE | ( | "EditionFinished" | , |
"" | [newlinemanager] | ||
) |
TEST_CASE | ( | "Get columns wigdet test" | , |
"" | [newlinemanager] | ||
) |
TEST_CASE | ( | "Send button clicked - send one frame test" | , |
"" | [newlinemanager] | ||
) |
TEST_CASE | ( | "Send button clicked - send several frame test" | , |
"" | [newlinemanager] | ||
) |