|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tests for Slinknc. More...
Go to the source code of this file.
Classes | |
| struct | Slinknc_of_5_items |
Functions | |
| TEST (Slinknc, Initialized_in_nullptr) | |
| TEST (Slinknc, Basic_operations) | |
| TEST_F (Slinknc_of_5_items, Complex_operations) | |
| TEST (Slinknc, Iterator_on_empty) | |
| TEST_F (Slinknc_of_5_items, Iterator_operations) | |
Tests for Slinknc.
Definition in file slinknc.cc.
| TEST | ( | Slinknc | , |
| Basic_operations | |||
| ) |
Definition at line 52 of file slinknc.cc.
References Aleph::DynList< T >::insert(), Aleph::HTList::is_empty(), l, and Aleph::maps().
| TEST | ( | Slinknc | , |
| Initialized_in_nullptr | |||
| ) |
Definition at line 46 of file slinknc.cc.
References l, and Aleph::maps().
| TEST | ( | Slinknc | , |
| Iterator_on_empty | |||
| ) |
Definition at line 138 of file slinknc.cc.
References Aleph::Slinknc::Iterator::get_curr(), Aleph::Slinknc::Iterator::has_curr(), l, and Aleph::maps().
| TEST_F | ( | Slinknc_of_5_items | , |
| Complex_operations | |||
| ) |
Definition at line 93 of file slinknc.cc.
References Aleph::Slinknc::insert(), Aleph::Slinknc::is_empty(), Aleph::HTList::is_empty(), and Aleph::maps().
| TEST_F | ( | Slinknc_of_5_items | , |
| Iterator_operations | |||
| ) |
Definition at line 146 of file slinknc.cc.
References Aleph::Slinknc::Iterator::get_curr(), Aleph::Slinknc::Iterator::has_curr(), Aleph::maps(), Aleph::Slinknc::Iterator::next(), and Aleph::Slinknc::Iterator::reset_first().