|
Scroom
0.14
|
#include <algorithm>#include <boost/test/unit_test.hpp>#include <scroom/gtk-helpers.hh>#include <scroom/presentationinterface.hh>#include <scroom/resizablepresentationinterface.hh>#include "sizedeterminer.hh"
Namespaces | |
| anonymous_namespace{determine-size-test.cc} | |
Functions | |
| template<typename Iter > | |
| std::ostream & | dumpContainer (std::ostream &os, const std::string &name, Iter const &begin, Iter const &end) |
| template<typename T > | |
| std::ostream & | std::operator<< (std::ostream &os, std::list< T > const &l) |
| template<typename T > | |
| bool | operator== (boost::weak_ptr< T > const &left, boost::weak_ptr< T > const &right) |
| BOOST_AUTO_TEST_CASE (determine_size_of_one_regular) | |
| BOOST_AUTO_TEST_CASE (determine_size_of_two_regular) | |
| BOOST_AUTO_TEST_CASE (determine_size_of_one_regular_one_resizable) | |
| BOOST_AUTO_TEST_CASE (determine_size_of_two_resizable) | |
| BOOST_AUTO_TEST_CASE (open_a_view_then_add_presentations_one_regular_one_resizable) | |
| BOOST_AUTO_TEST_CASE (updates_are_sent_to_multiple_views) | |
| BOOST_AUTO_TEST_CASE | ( | determine_size_of_one_regular | ) |

| BOOST_AUTO_TEST_CASE | ( | determine_size_of_one_regular_one_resizable | ) |

| BOOST_AUTO_TEST_CASE | ( | determine_size_of_two_regular | ) |

| BOOST_AUTO_TEST_CASE | ( | determine_size_of_two_resizable | ) |

| BOOST_AUTO_TEST_CASE | ( | open_a_view_then_add_presentations_one_regular_one_resizable | ) |

| BOOST_AUTO_TEST_CASE | ( | updates_are_sent_to_multiple_views | ) |

| std::ostream& dumpContainer | ( | std::ostream & | os, |
| const std::string & | name, | ||
| Iter const & | begin, | ||
| Iter const & | end | ||
| ) |
| std::ostream& std::operator<< | ( | std::ostream & | os, |
| std::list< T > const & | l | ||
| ) |
