#include "boost/test/unit_test.hpp"
#include "cetlib/lpad.h"
#include <string>
Go to the source code of this file.
#define BOOST_TEST_MODULE (lpad test) |
BOOST_AUTO_TEST_CASE |
( |
dont_pad_test |
| ) |
|
Definition at line 9 of file lpad_test.cc.
std::string lpad(std::string const &pad_me, std::string::size_type wanted_size, char char_to_pad_with= ' ')
BOOST_AUTO_TEST_CASE |
( |
do_pad_test |
| ) |
|
Definition at line 26 of file lpad_test.cc.
31 BOOST_TEST(s1 ==
' ' + s0);
std::string lpad(std::string const &pad_me, std::string::size_type wanted_size, char char_to_pad_with= ' ')