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

Shared helper functions for Aleph-w unit tests. More...

#include <gtest/gtest.h>
#include <initializer_list>
#include <tpl_array.H>
Include dependency graph for test_helpers.H:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Shared helper functions for Aleph-w unit tests.

Definition in file test_helpers.H.