xbt_test_assert(not strcmp(s, expected),
"Input (%s) leads to (%s) instead of (%s)",
input, s, expected); \
free(s); \
xbt_dynar_free(&d);
static const char * name
Definition: msg.h:186
char * xbt_str_join(xbt_dynar_t dynar, const char *sep)
Join a set of strings as a single string.
Definition: xbt_str.cpp:372
#define xbt_test_add(...)
Declare that a new test begins (printf-like parameters, describing the test)
Definition: cunit.h:106
xbt_dynar_t xbt_str_split_str(const char *s, const char *sep)
This functions splits a string after using another string as separator For example Anot not B!not C s...
Definition: xbt_str.cpp:204