#include <Eigen/Core>
#include <algorithm>
#include <array>
#include <boost/test/unit_test_suite.hpp>
#include <functional>
#include <ostream>
#include <string>
#include <utility>
#include <vector>
#include "math/constants.hpp"
#include "testing/TestContext.hpp"
#include "testing/Testing.hpp"
#include "utils/String.hpp"
#include "utils/algorithm.hpp"
Go to the source code of this file.
◆ BOOST_AUTO_TEST_CASE() [1/22]
BOOST_AUTO_TEST_CASE |
( |
AllMatch | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [2/22]
BOOST_AUTO_TEST_CASE |
( |
AlreadySorted | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [3/22]
BOOST_AUTO_TEST_CASE |
( |
BeginMultiple | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [4/22]
BOOST_AUTO_TEST_CASE |
( |
BeginSingle | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [5/22]
BOOST_AUTO_TEST_CASE |
( |
EmptyRange | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [6/22]
BOOST_AUTO_TEST_CASE |
( |
EndMultiple | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [7/22]
BOOST_AUTO_TEST_CASE |
( |
EndSingle | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [8/22]
BOOST_AUTO_TEST_CASE |
( |
MakeArray | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [9/22]
BOOST_AUTO_TEST_CASE |
( |
MiddleMultiple | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [10/22]
BOOST_AUTO_TEST_CASE |
( |
MiddleSingle | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [11/22]
BOOST_AUTO_TEST_CASE |
( |
Mismatch | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [12/22]
BOOST_AUTO_TEST_CASE |
( |
MultipleRangesMultipleMatches | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [13/22]
BOOST_AUTO_TEST_CASE |
( |
MultipleRangesSingleMatch | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [14/22]
BOOST_AUTO_TEST_CASE |
( |
NoMatch | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [15/22]
BOOST_AUTO_TEST_CASE |
( |
NormalRangePreview | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [16/22]
BOOST_AUTO_TEST_CASE |
( |
OneElement | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [17/22]
BOOST_AUTO_TEST_CASE |
( |
PrintNoElements | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [18/22]
BOOST_AUTO_TEST_CASE |
( |
Reverse | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [19/22]
BOOST_AUTO_TEST_CASE |
( |
Scramble | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [20/22]
BOOST_AUTO_TEST_CASE |
( |
ScramblePointer | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [21/22]
BOOST_AUTO_TEST_CASE |
( |
UniqueEigenElements | | ) |
|
◆ BOOST_AUTO_TEST_CASE() [22/22]
BOOST_AUTO_TEST_CASE |
( |
UniqueElements | | ) |
|