Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/googletest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlmat <dartme18@gmail.com>2021-10-31 02:05:17 +0300
committerlmat <dartme18@gmail.com>2021-11-01 23:17:25 +0300
commit3c958ac47cfc00d463f2a8efe62542b322d89164 (patch)
tree9f03daa139b2572f75cc445606a45100ff7f8cae /googletest/test/gtest_test_utils.py
parent16f637fbf4ffc3f7a01fa4eceb7906634565242f (diff)
Re #3637 Show Disabled Tests in testing output
Showing disabled tests is implemented by a new member function on the TestEventListener interface (which is responsible for printing testing output). The new function is called OnTestSkipped and it is invoked when a disabled test is encountered. The PrettyUnitTestResultPrinter has the canonical implementation of this new function. The BriefUnitTestResultPrinter and the EmptyTestEventListener get a nullary implementation. The JsonUnitTestResultPrinter and XmlUnitTestResultPrinter inherit that trivial implementation from the EmptyTestEventListener.
Diffstat (limited to 'googletest/test/gtest_test_utils.py')
0 files changed, 0 insertions, 0 deletions