Crossfire Server, Trunk
|
Go to the source code of this file.
Functions | |
static void | check_sb_equals (StringBuffer *sb, const char *value) |
int | main (void) |
static void | setup (void) |
END_TEST | START_TEST (test_append_int64_max) |
END_TEST | START_TEST (test_append_int64_min) |
END_TEST | START_TEST (test_append_int64_negative) |
END_TEST | START_TEST (test_append_int64_positive) |
END_TEST | START_TEST (test_append_int64_zero) |
START_TEST (test_empty) | |
END_TEST | START_TEST (test_shared) |
static END_TEST Suite * | stringbuffer_suite (void) |
static void | teardown (void) |
|
static |
Definition at line 41 of file check_stringbuffer.cpp.
References stringbuffer_finish(), and autojail::value.
Referenced by START_TEST().
int main | ( | void | ) |
Definition at line 117 of file check_stringbuffer.cpp.
References stringbuffer_suite().
|
static |
Definition at line 33 of file check_stringbuffer.cpp.
References init_hash_table().
Referenced by stringbuffer_suite().
END_TEST START_TEST | ( | test_append_int64_max | ) |
Definition at line 84 of file check_stringbuffer.cpp.
References check_sb_equals(), stringbuffer_append_int64(), and stringbuffer_new().
END_TEST START_TEST | ( | test_append_int64_min | ) |
Definition at line 91 of file check_stringbuffer.cpp.
References check_sb_equals(), stringbuffer_append_int64(), and stringbuffer_new().
END_TEST START_TEST | ( | test_append_int64_negative | ) |
Definition at line 77 of file check_stringbuffer.cpp.
References check_sb_equals(), stringbuffer_append_int64(), and stringbuffer_new().
END_TEST START_TEST | ( | test_append_int64_positive | ) |
Definition at line 70 of file check_stringbuffer.cpp.
References check_sb_equals(), stringbuffer_append_int64(), and stringbuffer_new().
END_TEST START_TEST | ( | test_append_int64_zero | ) |
Definition at line 63 of file check_stringbuffer.cpp.
References check_sb_equals(), stringbuffer_append_int64(), and stringbuffer_new().
START_TEST | ( | test_empty | ) |
Definition at line 47 of file check_stringbuffer.cpp.
References check_sb_equals(), and stringbuffer_new().
END_TEST START_TEST | ( | test_shared | ) |
Definition at line 53 of file check_stringbuffer.cpp.
References find_string(), free_string(), sstring, stringbuffer_append_string(), stringbuffer_finish_shared(), and stringbuffer_new().
|
static |
Definition at line 98 of file check_stringbuffer.cpp.
References setup(), and teardown().
Referenced by main().
|
static |
Definition at line 37 of file check_stringbuffer.cpp.
Referenced by stringbuffer_suite().