mirror of
https://github.com/google/googletest.git
synced 2025-12-07 01:06:50 +08:00
Began to implement print to terminal
This commit is contained in:
parent
269de132b5
commit
4b1c234b2a
@ -5729,6 +5729,12 @@ void UnitTestImpl::ConfigureXmlOutput() {
|
|||||||
#endif // GTEST_HAS_FILE_SYSTEM
|
#endif // GTEST_HAS_FILE_SYSTEM
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if GTEST_HAS_TERMINAL
|
||||||
|
void PrintToTerminal() {
|
||||||
|
// Unsure of whether to use listener system, or to try and print events directly to terminal
|
||||||
|
}
|
||||||
|
#endif // GTEST_HAS_TERMINAL
|
||||||
|
|
||||||
#if GTEST_CAN_STREAM_RESULTS_
|
#if GTEST_CAN_STREAM_RESULTS_
|
||||||
// Initializes event listeners for streaming test results in string form.
|
// Initializes event listeners for streaming test results in string form.
|
||||||
// Must not be called before InitGoogleTest.
|
// Must not be called before InitGoogleTest.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user