|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tests for Randomqueue. More...
Go to the source code of this file.
Functions | |
| TEST (RandomSet, AppendReturnsReference) | |
| TEST (RandomSet, AppendPreservesUniformityBySwapping) | |
| TEST (RandomSet, GetRemovesUniformly) | |
| TEST (RandomSet, AppendMoveAcceptsComplexTypes) | |
Tests for Randomqueue.
Definition in file randomqueue.cc.
| TEST | ( | RandomSet | , |
| AppendMoveAcceptsComplexTypes | |||
| ) |
Definition at line 104 of file randomqueue.cc.
References Aleph::Random_Set< T >::append(), Aleph::maps(), and Aleph::Random_Set< T >::traverse().
| TEST | ( | RandomSet | , |
| AppendPreservesUniformityBySwapping | |||
| ) |
Definition at line 69 of file randomqueue.cc.
References Aleph::Random_Set< T >::append(), Aleph::count(), Aleph::maps(), and Aleph::Random_Set< T >::traverse().
| TEST | ( | RandomSet | , |
| AppendReturnsReference | |||
| ) |
Definition at line 57 of file randomqueue.cc.
References Aleph::Random_Set< T >::append(), Aleph::Random_Set< T >::is_empty(), Aleph::maps(), and Aleph::Random_Set< T >::traverse().
| TEST | ( | RandomSet | , |
| GetRemovesUniformly | |||
| ) |
Definition at line 90 of file randomqueue.cc.
References Aleph::Random_Set< T >::get(), Aleph::Random_Set< T >::is_empty(), and Aleph::maps().