Support stream composition of testcase names

This commit is contained in:
Vinnie Falco
2014-07-15 13:46:37 -07:00
parent 7a92ac91d0
commit bb730c00e9
9 changed files with 482 additions and 244 deletions

View File

@@ -34,7 +34,7 @@ namespace unit_test {
/** Write test results to the specified output stream. */
/** @{ */
inline
template <class = void>
void
print (results const& r, abstract_ostream& stream)
{
@@ -66,7 +66,7 @@ print (results const& r, abstract_ostream& stream)
;
}
inline
template <class = void>
void
print (results const& r, std::ostream& stream = std::cout)
{