|
Lolly 1.4.28
|
#include "doctest/doctest.h"#include "lolly/data/string_u16.hpp"#include "lolly/data/string_view.hpp"#include "string.hpp"#include "url.hpp"

Go to the source code of this file.
Macros | |
| #define | TM_CHECK_THROWS(statements) |
| #define | TEST_MEMORY_LEAK_ALL TEST_CASE ("test memory leak above") { CHECK_EQ (mem_used (), mem_lolly); } |
| #define | TEST_MEMORY_LEAK_INIT |
| #define | TEST_MEMORY_LEAK_RESET TEST_CASE ("reset test of memory leak") { mem_lolly= mem_used (); } |
Functions | |
| void | string_eq (string left, string right) |
| void | string_neq (string left, string right) |
| void | url_eq (url left, url right) |
| void | url_neq (url left, url right) |
| #define TM_CHECK_THROWS | ( | statements | ) |
Definition at line 47 of file lolly_doctests.hpp.
| #define TEST_MEMORY_LEAK_ALL TEST_CASE ("test memory leak above") { CHECK_EQ (mem_used (), mem_lolly); } |
Definition at line 51 of file lolly_doctests.hpp.
| #define TEST_MEMORY_LEAK_INIT |
Definition at line 54 of file lolly_doctests.hpp.
Definition at line 58 of file lolly_doctests.hpp.