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

Tests for Dynlist. More...

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

Go to the source code of this file.

Classes

struct  List_of_25_items
 

Functions

 TEST (DynList, Basic_operations)
 
 TEST (DynList, Simple_append_and_insert_of_list)
 
 TEST_F (List_of_25_items, Basic_operations)
 
 TEST_F (List_of_25_items, Iterator_operations)
 
 TEST_F (List_of_25_items, Split_and_concat)
 
 TEST_F (List_of_25_items, swap)
 
 TEST_F (List_of_25_items, reverse)
 
 TEST_F (List_of_25_items, rotate_left)
 
 TEST_F (List_of_25_items, append_and_insert_by_moving)
 
 TEST (DynList, traverse_on_empty_container)
 
 TEST_F (List_of_25_items, traverse)
 

Detailed Description

Tests for Dynlist.

Definition in file dynlist.cc.

Function Documentation

◆ TEST() [1/3]

◆ TEST() [2/3]

◆ TEST() [3/3]

TEST ( DynList  ,
traverse_on_empty_container   
)

Definition at line 257 of file dynlist.cc.

References Aleph::maps(), and GenericTraverse< Container >::traverse().

◆ TEST_F() [1/8]

TEST_F ( List_of_25_items  ,
append_and_insert_by_moving   
)

◆ TEST_F() [2/8]

TEST_F ( List_of_25_items  ,
Basic_operations   
)

Definition at line 126 of file dynlist.cc.

References Aleph::maps().

◆ TEST_F() [3/8]

TEST_F ( List_of_25_items  ,
Iterator_operations   
)

Definition at line 136 of file dynlist.cc.

References Aleph::maps().

◆ TEST_F() [4/8]

◆ TEST_F() [5/8]

TEST_F ( List_of_25_items  ,
rotate_left   
)

Definition at line 223 of file dynlist.cc.

References Aleph::maps().

◆ TEST_F() [6/8]

◆ TEST_F() [7/8]

◆ TEST_F() [8/8]

TEST_F ( List_of_25_items  ,
traverse   
)

Definition at line 266 of file dynlist.cc.

References Aleph::maps(), N, and GenericTraverse< Container >::traverse().