Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Range1DTests.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "Acts/Utilities/Range1D.hpp"
#include <limits>
#include <utility>
#include <vector>
+ Include dependency graph for Range1DTests.cpp:

Go to the source code of this file.

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 
namespace  Acts::Test
 

Functions

 Acts::Test::BOOST_AUTO_TEST_CASE (infinite_range_int)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (infinite_range_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (constructor_range_int)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (constructor_range_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (constructor_copy_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (constructor_tuple_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (assign_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (shrinkMin_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (shrinkMax_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (shrink_both_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (shrink_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (shrink_twice_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (shrink_noop_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (shrink_noop_min_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (shrink_noop_max_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (shrinkMin_noop_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (shrinkMax_noop_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (setMin_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (setMin_twice_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (setMax_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (setMax_twice_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (expandMin_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (expandMax_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (expand_both_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (expand_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (expand_twice_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (expand_noop_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (expand_noop_min_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (expand_noop_max_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (expandMin_noop_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (expandMax_noop_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (size_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (size_zero_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (size_zero2_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (degenerate_false_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (degenerate_true_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (contains_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (contains_degenerate_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersect_true1_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersect_true2_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersect_true3_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersect_false1_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersect_false2_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (equals_true_int)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (equals_false_int)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (subset1_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (subset2_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (subset3_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (subset4_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (subset5_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (superset1_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (superset2_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (superset3_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (superset4_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (superset5_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersection1_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersection2_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersection3_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersection4_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersection5_double)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersects_edge_int_positive)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersects_edge_int_negative)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (single_value_not_degenerate_int_positive)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (single_value_not_degenerate_int_negative)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (intersects_implies_non_degenerate_intersection)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (degeneracy_implies_size_zero_intersection)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (range_inclusive_left)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (range_exclusive_right)