Defines | Functions
base.hpp File Reference
#include <sstream>
#include <ostream>
#include "gtest/gtest.h"
#include "hayai/hayai.hpp"
Include dependency graph for base.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ADD_FAILURE_STREAM(__msg)

Functions

std::ostream & operator<< (std::ostream &s, const TestParameterDescriptor &desc)

Define Documentation

#define ADD_FAILURE_STREAM (   __msg)
Value:
{                                                        \
        std::stringstream _msg;                              \
        _msg << __msg;                                       \
        ADD_FAILURE() << _msg.str();                         \
    }

Definition at line 10 of file base.hpp.


Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const TestParameterDescriptor desc 
)

Definition at line 18 of file base.hpp.



hayai
Author(s): Nick Bruun
autogenerated on Thu Jun 6 2019 18:13:43