DP3
tCommon.h
Go to the documentation of this file.
1 // Copyright (C) 2025 ASTRON (Netherlands Institute for Radio Astronomy)
2 // SPDX-License-Identifier: GPL-3.0-or-later
3 
5 
6 #ifndef DP3_COMMON_TEST_UNIT_TCOMMON_H_
7 #define DP3_COMMON_TEST_UNIT_TCOMMON_H_
8 
9 #include <boost/test/data/test_case.hpp>
10 
11 namespace dp3::common::test {
12 
14 inline const auto kTrueFalseRange = boost::unit_test::data::make({true, false});
15 
16 } // namespace dp3::common::test
17 
18 #endif
This file has generic helper code for tests.
Definition: fDirectory.h:16
const auto kTrueFalseRange
Data range used in many tests.
Definition: tCommon.h:14