#ifndef SEEN_MULTI_PRINTER_H
#define SEEN_MULTI_PRINTER_H
#ifndef _CXXTEST_HAVE_STD
# define _CXXTEST_HAVE_STD
#endif // _CXXTEST_HAVE_STD
#include <cxxtest/ErrorFormatter.h>
#include <cxxtest/StdValueTraits.h>
#ifdef _CXXTEST_OLD_STD
# include <iostream.h>
# include <fstream.h>
# include <string.h>
#else // !_CXXTEST_OLD_STD
# include <iostream>
# include <fstream>
# include <string>
#endif // _CXXTEST_OLD_STD
#include <cxxtest/TeeListener.h>
#include "TRPIFormatter.h"
#include "PylogFormatter.h"
{
TeeListener(),
{
}
{
}
int run()
{
return tracker().failedTests();
}
{
FileAdapter( const FileAdapter & );
OutputStream &operator<<( unsigned i )
{
char s[1 + 3 * sizeof(unsigned)];
numberToString( i, s );
_o << s;
return *this;
}
};
};
}
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
#endif //SEEN_MULTI_PRINTER_H