mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-18 08:18:27 +00:00
Remove trailing whitespace
This commit is contained in:
@@ -53,15 +53,15 @@ namespace Test
|
||||
/// Terse output mode, which only shows the number of correct tests.
|
||||
///
|
||||
Terse,
|
||||
|
||||
|
||||
/// Verbose output mode, which also shows extended assert
|
||||
/// information for each test that failed.
|
||||
///
|
||||
Verbose
|
||||
Verbose
|
||||
};
|
||||
|
||||
|
||||
TextOutput(Mode mode, std::ostream& stream = std::cout);
|
||||
|
||||
|
||||
virtual void finished(int tests, const Time& time);
|
||||
virtual void suite_start(int tests, const std::string& name);
|
||||
virtual void suite_end(int tests, const std::string& name,
|
||||
@@ -69,10 +69,10 @@ namespace Test
|
||||
virtual void test_end(const std::string& name, bool ok,
|
||||
const Time& time);
|
||||
virtual void assertment(const Source& s);
|
||||
|
||||
|
||||
private:
|
||||
typedef std::list<Source> ErrorList;
|
||||
|
||||
|
||||
Mode _mode;
|
||||
std::ostream& _stream;
|
||||
ErrorList _suite_error_list;
|
||||
@@ -84,5 +84,5 @@ namespace Test
|
||||
};
|
||||
|
||||
} // namespace Test
|
||||
|
||||
|
||||
#endif // #ifndef CPPTEST_TEXTOUTPUT_H
|
||||
|
||||
Reference in New Issue
Block a user