#include "a_lolly_test.hpp"
#include "hashmap.hpp"
#include <string>
Go to the source code of this file.
◆ TEST_CASE() [1/15]
TEST_CASE |
( |
"test_resize" | | ) |
|
Definition at line 5 of file hashmap_test.cpp.
5 {
9
13
17}
The list class represents a linked list.
◆ TEST_CASE() [2/15]
◆ routine()
◆ TEST_CASE() [3/15]
◆ TEST_CASE() [4/15]
◆ TEST_CASE() [5/15]
◆ TEST_CASE() [6/15]
TEST_CASE |
( |
"test join" | | ) |
|
◆ TEST_CASE() [7/15]
TEST_CASE |
( |
"test write back" | | ) |
|
◆ TEST_CASE() [8/15]
◆ TEST_CASE() [9/15]
◆ TEST_CASE() [10/15]
TEST_CASE |
( |
"test copy" | | ) |
|
Definition at line 124 of file hashmap_test.cpp.
124 {
130
135}
int copy(int x)
Returns a copy of an integer.
◆ TEST_CASE() [11/15]
◆ TEST_CASE() [12/15]
Definition at line 148 of file hashmap_test.cpp.
148 {
159}
int N(array< T > a)
Get the length of the array.
hashmap< T, U > changes(hashmap< T, U > p, hashmap< T, U > b)
Creates a new hashmap containing entries that have changed in the 'patch' compared to 'base'.
◆ TEST_CASE() [13/15]
Definition at line 161 of file hashmap_test.cpp.
161 {
172}
hashmap< T, U > invert(hashmap< T, U > p, hashmap< T, U > b)
Creates a new hashmap containing entries that are different in the 'patch' compared to 'base',...
◆ TEST_CASE() [14/15]
TEST_CASE |
( |
"test size" | | ) |
|
◆ TEST_CASE() [15/15]
◆ hm_generate