#include #define CATCH_CONFIG_MAIN #include #include #include SCENARIO("Testing the SimCore Sensor") { std::string url = "localhost"; DatabaseHelper database(url,"test","123456","test"); database.connect(); database.getAvailableTables(); GIVEN("different Attributes for a Track in different forms") { // LOG_S(INFO)<