ldas-tools-al  2.6.6
Macros | Typedefs | Functions | Variables
test_cmp_nocase.cc File Reference
#include <list>
#include <string>
#include <utility>
#include "ldastoolsal/unittest.h"
#include "ldastoolsal/Profile.hh"
#include "ldastoolsal/util.hh"
Include dependency graph for test_cmp_nocase.cc:

Macros

#define RANDOM_SET_SIZE   1000000
 

Typedefs

typedef std::list< std::pair< std::string, std::string > > data_container_type
 
typedef data_container_type::value_type data_value_type
 

Functions

static void build_test_data ()
 
static void test_correctness ()
 
int main (int ArgC, char **ArgV)
 

Variables

LDASTools::Testing::UnitTest Test
 
data_container_type sample_set_lower
 
data_container_type sample_set_mixed
 

Macro Definition Documentation

◆ RANDOM_SET_SIZE

#define RANDOM_SET_SIZE   1000000

Typedef Documentation

◆ data_container_type

typedef std::list< std::pair< std::string, std::string > > data_container_type

◆ data_value_type

typedef data_container_type::value_type data_value_type

Function Documentation

◆ build_test_data()

static void build_test_data ( )
static

◆ main()

int main ( int  ArgC,
char **  ArgV 
)

◆ test_correctness()

static void test_correctness ( )
static

Variable Documentation

◆ sample_set_lower

data_container_type sample_set_lower

◆ sample_set_mixed

data_container_type sample_set_mixed

◆ Test