Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/unit_test.hpp>
#include "Acts/Utilities/Logger.hpp"
#include <cstddef>
#include <fstream>
#include <memory>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::Test |
Functions | |
void | Acts::Test::debug_level_test (const char *output_file, Logging::Level lvl) |
unit test for a certain debug level | |
Acts::Test::BOOST_AUTO_TEST_CASE (FATAL_test) | |
unit test for FATAL debug level | |
Acts::Test::BOOST_AUTO_TEST_CASE (ERROR_test) | |
unit test for ERROR debug level | |
Acts::Test::BOOST_AUTO_TEST_CASE (WARNING_test) | |
unit test for WARNING debug level | |
Acts::Test::BOOST_AUTO_TEST_CASE (INFO_test) | |
unit test for INFO debug level | |
Acts::Test::BOOST_AUTO_TEST_CASE (DEBUG_test) | |
unit test for DEBUG debug level | |
Acts::Test::BOOST_AUTO_TEST_CASE (VERBOSE_test) | |
unit test for VERBOSE debug level | |