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

Tests for Dlink. More...

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

Go to the source code of this file.

Classes

struct  List_of_5_nodes
 

Functions

 TEST (Dlink, Well_initialized)
 
 TEST (Dlink, Operations_with_empty_list)
 
 TEST (Dlink, Basic_operations)
 
 TEST (Dlink, Very_simple_iterator_operations)
 
 TEST_F (List_of_5_nodes, Iterator)
 
 TEST_F (List_of_5_nodes, swap)
 
 TEST_F (List_of_5_nodes, append_insert_cut_splice_concat_of_lists)
 
 TEST (Dlink, As_stack)
 
 TEST_F (List_of_5_nodes, reverse)
 

Detailed Description

Tests for Dlink.

Definition in file dlink.cc.

Function Documentation

◆ TEST() [1/5]

◆ TEST() [2/5]

◆ TEST() [3/5]

TEST ( Dlink  ,
Operations_with_empty_list   
)

Definition at line 54 of file dlink.cc.

References Aleph::HTList::is_empty(), l, Aleph::maps(), and Aleph::DynList< T >::swap().

◆ TEST() [4/5]

◆ TEST() [5/5]

TEST ( Dlink  ,
Well_initialized   
)

Definition at line 46 of file dlink.cc.

References Aleph::HTList::is_empty(), l, and Aleph::maps().

◆ TEST_F() [1/4]

◆ TEST_F() [2/4]

◆ TEST_F() [3/4]

TEST_F ( List_of_5_nodes  ,
reverse   
)

Definition at line 462 of file dlink.cc.

References Aleph::maps().

◆ TEST_F() [4/4]