Groonga 3.0.9 Source Code Document
|
#include <glib/gstdio.h>
#include "libmemcached/memcached.h"
#include <gcutter.h>
#include <unistd.h>
#include "../lib/grn-assertions.h"
#include "../lib/grn-test-memcached-assertions.h"
#include "../lib/grn-test-server.h"
Go to the source code of this file.
Functions | |
void | cut_setup (void) |
void | cut_teardown (void) |
void | test_set_and_get (void) |
void | test_set_and_get_with_expire (void) |
void | test_noop (void) |
void | test_memcached_add (void) |
void | test_memcached_replace (void) |
void | test_memcached_flush (void) |
void | test_memcached_flush_with_time (void) |
void | test_memcached_cas (void) |
void | test_memcached_increment (void) |
void | test_memcached_decrement (void) |
void cut_setup | ( | void | ) |
void cut_teardown | ( | void | ) |
Definition at line 61 of file test-memcached.c.
void test_memcached_add | ( | void | ) |
Definition at line 128 of file test-memcached.c.
void test_memcached_cas | ( | void | ) |
Definition at line 220 of file test-memcached.c.
void test_memcached_decrement | ( | void | ) |
Definition at line 281 of file test-memcached.c.
void test_memcached_flush | ( | void | ) |
Definition at line 176 of file test-memcached.c.
void test_memcached_flush_with_time | ( | void | ) |
Definition at line 194 of file test-memcached.c.
void test_memcached_increment | ( | void | ) |
Definition at line 265 of file test-memcached.c.
void test_memcached_replace | ( | void | ) |
Definition at line 149 of file test-memcached.c.
void test_noop | ( | void | ) |
Definition at line 120 of file test-memcached.c.
void test_set_and_get | ( | void | ) |
Definition at line 79 of file test-memcached.c.
void test_set_and_get_with_expire | ( | void | ) |
Definition at line 95 of file test-memcached.c.