CANdevStudio
Development tool for CAN bus simulation
|
#include <QApplication>
#include <candevice.h>
#include <catch.hpp>
#include <fakeit.hpp>
#include <log.h>
#include <projectconfigvalidator.h>
#include <propertyeditordialog.h>
Macros | |
#define | CATCH_CONFIG_RUNNER |
Functions | |
TEST_CASE ("Validation - failed to load schema", "[projectconfig]") | |
TEST_CASE ("PropertyEditorDialog", "[projectconfig]") | |
TEST_CASE ("PropertyEditorDialog no exposed props", "[projectconfig]") | |
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 | ( | "PropertyEditorDialog no exposed props" | , |
"" | [projectconfig] | ||
) |
TEST_CASE | ( | "PropertyEditorDialog" | , |
"" | [projectconfig] | ||
) |
TEST_CASE | ( | "Validation - failed to load schema" | , |
"" | [projectconfig] | ||
) |
std::shared_ptr<spdlog::logger> kDefaultLogger |