Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
htlist.cc File Reference

Tests for Htlist. More...

#include <gtest/gtest.h>
#include <htlist.H>
Include dependency graph for htlist.cc:

Go to the source code of this file.

Classes

struct  List_of_25_nodes
 

Functions

 TEST (HTList, Basic_operations)
 
 TEST (HTList, Simple_append_and_insert_of_list)
 
 TEST_F (List_of_25_nodes, Basic_operations)
 
 TEST (HTList, Iterator_on_empty_list)
 
 TEST_F (List_of_25_nodes, Iterator_operations)
 
 TEST_F (List_of_25_nodes, Split_and_concat)
 
 TEST_F (List_of_25_nodes, swap)
 
 TEST_F (List_of_25_nodes, cut_and_concat)
 
 TEST_F (List_of_25_nodes, reverse)
 
 TEST_F (List_of_25_nodes, rotate_left)
 
 TEST (HTList, As_stack)
 

Detailed Description

Tests for Htlist.

Definition in file htlist.cc.

Function Documentation

◆ TEST() [1/4]

◆ TEST() [2/4]

◆ TEST() [3/4]

◆ TEST() [4/4]

◆ TEST_F() [1/7]

TEST_F ( List_of_25_nodes  ,
Basic_operations   
)

Definition at line 153 of file htlist.cc.

References Aleph::Snodenc< T >::get_data(), and Aleph::maps().

◆ TEST_F() [2/7]

◆ TEST_F() [3/7]

TEST_F ( List_of_25_nodes  ,
Iterator_operations   
)

Definition at line 181 of file htlist.cc.

References Aleph::HTList::Iterator::has_curr(), and Aleph::maps().

◆ TEST_F() [4/7]

◆ TEST_F() [5/7]

◆ TEST_F() [6/7]

◆ TEST_F() [7/7]