Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Namespaces | Functions
test-string.cpp File Reference
#include <gcutter.h>
#include <cppcutter.h>
#include <grn-assertions.h>
#include <dat/string.hpp>
#include "test-string.hpp"
Include dependency graph for test-string.cpp:

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)