#include "boost/test/unit_test.hpp"
#include "fhiclcpp/extended_value.h"
Go to the source code of this file.
#define BOOST_TEST_MODULE (table_t_iterator_t) |
BOOST_AUTO_TEST_CASE |
( |
iterator_comparisons_1 |
| ) |
|
Definition at line 14 of file table_t_iterator_t.cc.
21 BOOST_TEST(table.
cbegin() == table.
end());
22 BOOST_TEST(table.
begin() == table.
end());
23 BOOST_TEST(table.
begin() == table.
cend());
24 BOOST_TEST(ctable.
begin() == ctable.
end());
25 BOOST_TEST(table.
begin() == table.
end());
26 BOOST_TEST(ctable.
begin() == table.
end());
27 BOOST_TEST(table.
begin() == ctable.
end());
30 BOOST_TEST(table.
cbegin() != table.
end());
31 BOOST_TEST(table.
begin() != table.
end());
32 BOOST_TEST(table.
begin() != table.
cend());
33 BOOST_TEST(ctable.
begin() != ctable.
end());
34 BOOST_TEST(table.
begin() != table.
end());
35 BOOST_TEST(ctable.
begin() != table.
end());
36 BOOST_TEST(table.
begin() != ctable.
end());
bool isSnippetMode(bool m)
std::pair< iterator, bool > emplace(Args &&...args)
const_iterator cbegin() const
const_iterator cend() const