Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
ah_mapping_test.cc File Reference
#include <gtest/gtest.h>
#include <ah-mapping.H>
Include dependency graph for ah_mapping_test.cc:

Go to the source code of this file.

Classes

class  AHMappingTest
 

Functions

 TEST_F (AHMappingTest, DefaultConstructor)
 
 TEST_F (AHMappingTest, InsertAndAccess)
 
 TEST_F (AHMappingTest, BracketOperatorInsert)
 
 TEST_F (AHMappingTest, ValidKey)
 
 TEST_F (AHMappingTest, Remove)
 
 TEST_F (AHMappingTest, Clear)
 
 TEST_F (AHMappingTest, UpdateValue)
 
 TEST_F (AHMappingTest, InverseBasic)
 
 TEST_F (AHMappingTest, InverseEmpty)
 
 TEST_F (AHMappingTest, DoubleInverse)
 
 TEST_F (AHMappingTest, ContainsValue)
 
 TEST_F (AHMappingTest, ForEach)
 
 TEST_F (AHMappingTest, CopyConstructor)
 
 TEST_F (AHMappingTest, MoveConstructor)
 
 TEST_F (AHMappingTest, StringToInt)
 
 TEST_F (AHMappingTest, DoubleToString)
 
 TEST_F (AHMappingTest, EmptyStringValue)
 
 TEST_F (AHMappingTest, ZeroKey)
 
 TEST_F (AHMappingTest, NegativeKeys)
 
 TEST_F (AHMappingTest, LargeMapping)
 
 TEST_F (AHMappingTest, ManyInsertions)
 
 TEST_F (AHMappingTest, ManyRemovals)
 
 TEST_F (AHMappingTest, LargeInverse)
 

Function Documentation

◆ TEST_F() [1/23]

TEST_F ( AHMappingTest  ,
BracketOperatorInsert   
)

Definition at line 40 of file ah_mapping_test.cc.

References Aleph::maps(), and Aleph::AHMapping< Key, ValueType >::size().

◆ TEST_F() [2/23]

◆ TEST_F() [3/23]

◆ TEST_F() [4/23]

TEST_F ( AHMappingTest  ,
CopyConstructor   
)

◆ TEST_F() [5/23]

TEST_F ( AHMappingTest  ,
DefaultConstructor   
)

◆ TEST_F() [6/23]

◆ TEST_F() [7/23]

TEST_F ( AHMappingTest  ,
DoubleToString   
)

Definition at line 247 of file ah_mapping_test.cc.

References Aleph::maps().

◆ TEST_F() [8/23]

◆ TEST_F() [9/23]

◆ TEST_F() [10/23]

◆ TEST_F() [11/23]

◆ TEST_F() [12/23]

◆ TEST_F() [13/23]

◆ TEST_F() [14/23]

◆ TEST_F() [15/23]

◆ TEST_F() [16/23]

◆ TEST_F() [17/23]

TEST_F ( AHMappingTest  ,
MoveConstructor   
)

◆ TEST_F() [18/23]

TEST_F ( AHMappingTest  ,
NegativeKeys   
)

◆ TEST_F() [19/23]

◆ TEST_F() [20/23]

TEST_F ( AHMappingTest  ,
StringToInt   
)

Definition at line 234 of file ah_mapping_test.cc.

References Aleph::maps().

◆ TEST_F() [21/23]

◆ TEST_F() [22/23]

◆ TEST_F() [23/23]