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

Go to the source code of this file.

Data Structures

class  Ocean::Test::TestSelector
 This class implements a test selector that parses test function strings and determines which tests should be executed. 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 TestSelector &selector)
 Writes a test selector scope to a stream.
 
template<bool tActive>
MessageObject< tActive > & Ocean::Test::operator<< (MessageObject< tActive > &messageObject, const TestSelector &selector)
 Writes a test selector scope to a message object.
 
template<bool tActive>
MessageObject< tActive > & Ocean::Test::operator<< (MessageObject< tActive > &&messageObject, const TestSelector &selector)
 Writes a test selector scope to a message object (rvalue reference version).