Ocean
Loading...
Searching...
No Matches
TestResult.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::Test::TestResult
 This class implements a simple test result accumulator. More...
 

Namespaces

namespace  Ocean
 The namespace covering the entire Ocean framework.
 
namespace  Ocean::Test
 Namespace of the Test library.
 

Functions

std::ostream & Ocean::Test::operator<< (std::ostream &stream, const TestResult &testResult)
 Writes a test result to a stream.
 
template<bool tActive>
MessageObject< tActive > & Ocean::Test::operator<< (MessageObject< tActive > &messageObject, const TestResult &testResult)
 Writes a test result to a message object.
 
template<bool tActive>
MessageObject< tActive > & Ocean::Test::operator<< (MessageObject< tActive > &&messageObject, const TestResult &testResult)
 Writes a test result to a message object (rvalue reference version).