Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
231-Cfg-OutputStreams.cpp File Reference
#include <catch2/catch.hpp>
Include dependency graph for 231-Cfg-OutputStreams.cpp:

Go to the source code of this file.

Classes

class  out_buff
 

Namespaces

namespace  Catch
 

Macros

#define CATCH_CONFIG_NOSTDOUT
 
#define CATCH_CONFIG_MAIN
 

Functions

std::ostream & Catch::cout ()
 
std::ostream & Catch::clog ()
 
std::ostream & Catch::cerr ()
 
 TEST_CASE ("This binary uses putc to write out output", "[compilation-only]")
 

Macro Definition Documentation

◆ CATCH_CONFIG_MAIN

#define CATCH_CONFIG_MAIN

Definition at line 10 of file 231-Cfg-OutputStreams.cpp.

◆ CATCH_CONFIG_NOSTDOUT

#define CATCH_CONFIG_NOSTDOUT

Definition at line 9 of file 231-Cfg-OutputStreams.cpp.

Function Documentation

◆ TEST_CASE()

TEST_CASE ( "This binary uses putc to write out output" ,
"" [compilation-only] )

Definition at line 47 of file 231-Cfg-OutputStreams.cpp.

47 {
48 SUCCEED("Nothing to test.");
49}
#define SUCCEED()
Definition gtest.h:1867