Project
Loading...
Searching...
No Matches
test_RangeTokenizer.cxx File Reference
#include <boost/test/unit_test.hpp>
#include "../include/Algorithm/RangeTokenizer.h"
#include <vector>
#include <map>

Go to the source code of this file.

Macros

#define BOOST_TEST_MODULE   Algorithm RangeTokenizer test
 
#define BOOST_TEST_MAIN
 
#define BOOST_TEST_DYN_LINK
 

Typedefs

using RangeTokenizer = o2::RangeTokenizer
 

Functions

 BOOST_AUTO_TEST_CASE (test_simple_integral)
 
 BOOST_AUTO_TEST_CASE (test_simple_string)
 
 BOOST_AUTO_TEST_CASE (test_mapped_custom)
 

Macro Definition Documentation

◆ BOOST_TEST_DYN_LINK

#define BOOST_TEST_DYN_LINK

Definition at line 19 of file test_RangeTokenizer.cxx.

◆ BOOST_TEST_MAIN

#define BOOST_TEST_MAIN

Definition at line 18 of file test_RangeTokenizer.cxx.

◆ BOOST_TEST_MODULE

#define BOOST_TEST_MODULE   Algorithm RangeTokenizer test

Definition at line 17 of file test_RangeTokenizer.cxx.

Typedef Documentation

◆ RangeTokenizer

Definition at line 25 of file test_RangeTokenizer.cxx.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( test_mapped_custom  )

Definition at line 44 of file test_RangeTokenizer.cxx.

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( test_simple_integral  )

Definition at line 27 of file test_RangeTokenizer.cxx.

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( test_simple_string  )

Definition at line 35 of file test_RangeTokenizer.cxx.