#ifndef test_DStringUtils_h #define test_DStringUtils_h #include "DStringUtils.h" #include #include #include "tests_macros.h" using namespace std; using namespace ccdb; bool test_DStringUtils() { TESTS_INIT(" - - - DStringUtils tests - - - ") //simple tokenize vector tokens = DStringUtils::SplitStringToData( " 123 123.12 555 #jhon 987"); cout<