#include #include #define CATCH_CONFIG_MAIN #include #include SCENARIO("Testing the SimCorePositionClass") { GIVEN("different position in different forms") { std::string s1 = "hello.world.guy"; std::string s2 = "my;Name;is;henry"; std::string ownIP = SimCore::UtilFunctions::getOwnIP(); LOG_S(INFO)<compare("hello") == 0); REQUIRE(v2.size() == 4); REQUIRE(v2[1].compare("Name") == 0); REQUIRE(ownIP.size() > 0); REQUIRE(ip.size() == 4); } //THEN } // WHEN } // GIVEN } //SCENARIO