|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Shared helper functions for Aleph-w unit tests. More...
Go to the source code of this file.
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
| namespace | Aleph::test_helpers |
Functions | |
| void | Aleph::test_helpers::expect_array_eq (const Array< size_t > &a, std::initializer_list< size_t > expected) |
| Assert that an Aleph::Array contains exactly the elements in an initializer_list. | |
Shared helper functions for Aleph-w unit tests.
Definition in file test_helpers.H.