mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 22:05:39 +02:00
Rename isStdout => isConsole and add doccomment
This commit is contained in:
@@ -3812,7 +3812,7 @@ Stream.tests.cpp:<line number>
|
||||
...............................................................................
|
||||
|
||||
Stream.tests.cpp:<line number>: PASSED:
|
||||
REQUIRE( Catch::makeStream( "-" )->isStdout() )
|
||||
REQUIRE( Catch::makeStream( "-" )->isConsole() )
|
||||
with expansion:
|
||||
true
|
||||
|
||||
@@ -3894,7 +3894,7 @@ Stream.tests.cpp:<line number>
|
||||
...............................................................................
|
||||
|
||||
Stream.tests.cpp:<line number>: PASSED:
|
||||
REQUIRE( Catch::makeStream( "" )->isStdout() )
|
||||
REQUIRE( Catch::makeStream( "" )->isConsole() )
|
||||
with expansion:
|
||||
true
|
||||
|
||||
@@ -16859,12 +16859,12 @@ Stream.tests.cpp:<line number>
|
||||
...............................................................................
|
||||
|
||||
Stream.tests.cpp:<line number>: PASSED:
|
||||
REQUIRE( Catch::makeStream( "%stderr" )->isStdout() )
|
||||
REQUIRE( Catch::makeStream( "%stderr" )->isConsole() )
|
||||
with expansion:
|
||||
true
|
||||
|
||||
Stream.tests.cpp:<line number>: PASSED:
|
||||
REQUIRE( Catch::makeStream( "%stdout" )->isStdout() )
|
||||
REQUIRE( Catch::makeStream( "%stdout" )->isConsole() )
|
||||
with expansion:
|
||||
true
|
||||
|
||||
|
Reference in New Issue
Block a user