#include <gcutter.h>
#include <glib/gstdio.h>
#include "../lib/grn-assertions.h"
#include <str.h>
Go to the source code of this file.
Macros |
#define | ADD_DATUM(label, expected, string) |
#define | ADD_DATUM(label, expected, string) |
Macro Definition Documentation
#define ADD_DATUM |
( |
|
label, |
|
|
|
expected, |
|
|
|
string |
|
) |
| |
Value:gcut_add_datum(label, \
"expected", G_TYPE_STRING, expected, \
"string", G_TYPE_STRING, string, \
NULL)
#define ADD_DATUM |
( |
|
label, |
|
|
|
expected, |
|
|
|
string |
|
) |
| |
Value:gcut_add_datum(label, \
"expected", G_TYPE_STRING, expected, \
"string", G_TYPE_STRING, string, \
NULL)
Function Documentation
void cut_shutdown |
( |
void |
| ) |
|
void cut_startup |
( |
void |
| ) |
|
void cut_teardown |
( |
void |
| ) |
|
void data_alphabet |
( |
void |
| ) |
|
void data_japanese |
( |
void |
| ) |
|
void test_alphabet |
( |
gconstpointer |
data | ) |
|
void test_japanese |
( |
gconstpointer |
data | ) |
|