#include <criterion/criterion.h>#include <criterion/parameterized.h>#include "libtest/stopwatch.h"#include "str-repr/encode.h"
Classes | |
| struct | EncodeTestStr |
| struct | EncodeTestForbidden |
Macros | |
| #define | ITERATION_NUMBER 100000 |
Functions | |
| ParameterizedTestParameters (encode, test_strings) | |
| ParameterizedTest (EncodeTestStr *test_cases, encode, test_strings) | |
| ParameterizedTestParameters (encode, test_encode_strings_that_need_quotation) | |
| ParameterizedTest (EncodeTestForbidden *test_cases, encode, test_encode_strings_that_need_quotation) | |
| Test (encode, test_performance) | |
Variables | |
| GString * | value |
| #define ITERATION_NUMBER 100000 |
| ParameterizedTest | ( | EncodeTestForbidden * | test_cases, |
| encode | , | ||
| test_encode_strings_that_need_quotation | |||
| ) |
| ParameterizedTest | ( | EncodeTestStr * | test_cases, |
| encode | , | ||
| test_strings | |||
| ) |
| ParameterizedTestParameters | ( | encode | , |
| test_encode_strings_that_need_quotation | |||
| ) |
| ParameterizedTestParameters | ( | encode | , |
| test_strings | |||
| ) |
| Test | ( | encode | , |
| test_performance | |||
| ) |
| GString* value |