Lolly 1.4.28
|
Go to the source code of this file.
Functions | |
static array< int > | gen_array (int n) |
TEST_CASE ("test access") | |
TEST_CASE ("test multiply") | |
TEST_CASE ("test divide") | |
TEST_CASE ("test range") | |
TEST_CASE ("test size") | |
TEST_CASE ("test copy") | |
TEST_CASE ("test append") | |
TEST_CASE ("test reverse") | |
TEST_CASE ("test contains") | |
TEST_CASE ("array of string") | |
TEST_CASE ("test iteration") | |
Variables | |
auto | zero_elem = array<int> () |
auto | one_elem = append (1, zero_elem) |
auto | two_elem = array<int> (1, 2) |
auto | three_elem = array<int> (1, 2, 3) |
auto | four_elem = array<int> (1, 2, 3, 4) |
auto | five_elem = array<int> (1, 2, 3, 4, 5) |
Definition at line 6 of file array_test.cpp.
TEST_CASE | ( | "test access" | ) |
Definition at line 21 of file array_test.cpp.
TEST_CASE | ( | "test multiply" | ) |
Definition at line 30 of file array_test.cpp.
TEST_CASE | ( | "test divide" | ) |
Definition at line 38 of file array_test.cpp.
TEST_CASE | ( | "test range" | ) |
Definition at line 46 of file array_test.cpp.
TEST_CASE | ( | "test size" | ) |
Definition at line 51 of file array_test.cpp.
TEST_CASE | ( | "test copy" | ) |
Definition at line 64 of file array_test.cpp.
TEST_CASE | ( | "test append" | ) |
Definition at line 73 of file array_test.cpp.
TEST_CASE | ( | "test reverse" | ) |
Definition at line 89 of file array_test.cpp.
TEST_CASE | ( | "test contains" | ) |
Definition at line 96 of file array_test.cpp.
TEST_CASE | ( | "test iteration" | ) |
Definition at line 116 of file array_test.cpp.
Definition at line 14 of file array_test.cpp.
Definition at line 15 of file array_test.cpp.
Definition at line 16 of file array_test.cpp.
Definition at line 17 of file array_test.cpp.
Definition at line 18 of file array_test.cpp.
Definition at line 19 of file array_test.cpp.