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