#include "catch/catch.hpp"
#include "unit-tests-common.h"
#include "../src/device.h"
#include <sstream>
Go to the source code of this file.
Classes | |
struct | fake_object_pointer |
Defines | |
#define | CATCH_CONFIG_MAIN |
Functions | |
TEST_CASE ("wraparound_mechanism produces correct output","[offline] [validation]") | |
Variables | |
static std::string | unknown = "UNKNOWN" |
#define CATCH_CONFIG_MAIN |
Definition at line 6 of file unit-tests-offline.cpp.
TEST_CASE | ( | "wraparound_mechanism produces correct output" | , |
" " | [offline][validation] | ||
) |
Definition at line 21 of file unit-tests-offline.cpp.
std::string unknown = "UNKNOWN" [static] |
Definition at line 14 of file unit-tests-offline.cpp.