Groonga 3.0.9 Source Code Document
|
#include <gcutter.h>
#include <cppcutter.h>
#include <grn-assertions.h>
#include <dat/string.hpp>
#include "test-string.hpp"
Go to the source code of this file.
Namespaces | |
namespace | test_dat_string |
Functions | |
void | test_empty_string (void) |
void | test_constructor_with_length (void) |
void | test_constructor_without_length (void) |
void | test_copy_constructor (void) |
void | test_index_access (void) |
void | test_assign (void) |
void | test_substr (void) |
void | test_compare (void) |
void | test_starts_with (void) |
void | test_ends_with (void) |