Lolly 1.4.28
|
Go to the source code of this file.
Functions | |
static list< long > | gen (int64_t n) |
TEST_CASE ("is nil") | |
TEST_CASE ("is atom") | |
TEST_CASE ("access") | |
TEST_CASE ("operate on the last") | |
TEST_CASE ("size") | |
TEST_CASE ("copy") | |
TEST_CASE ("append") | |
TEST_CASE ("head and tail") | |
TEST_CASE ("reverse") | |
TEST_CASE ("remove") | |
TEST_CASE ("contains") | |
Variables | |
auto | the_nil_list = list<string> () |
auto | the_atom_list = list<long> (1) |
auto | normal = list<long> (1, 2, 3, list<long> ()) |
Definition at line 17 of file list_test.cpp.
TEST_CASE | ( | "is nil" | ) |
Definition at line 28 of file list_test.cpp.
TEST_CASE | ( | "is atom" | ) |
Definition at line 33 of file list_test.cpp.
TEST_CASE | ( | "access" | ) |
Definition at line 42 of file list_test.cpp.
Definition at line 56 of file list_test.cpp.
TEST_CASE | ( | "size" | ) |
Definition at line 80 of file list_test.cpp.
TEST_CASE | ( | "copy" | ) |
Definition at line 90 of file list_test.cpp.
TEST_CASE | ( | "append" | ) |
Definition at line 96 of file list_test.cpp.
Definition at line 112 of file list_test.cpp.
TEST_CASE | ( | "reverse" | ) |
Definition at line 123 of file list_test.cpp.
TEST_CASE | ( | "remove" | ) |
Definition at line 129 of file list_test.cpp.
TEST_CASE | ( | "contains" | ) |
Definition at line 135 of file list_test.cpp.
Definition at line 24 of file list_test.cpp.
Definition at line 25 of file list_test.cpp.