tesseract v5.3.3.20231005
testing::internal::MarkAsIgnored Struct Reference

#include <gtest-param-util.h>

Public Member Functions

 MarkAsIgnored (const char *test_suite)
 

Detailed Description

Definition at line 481 of file gtest-param-util.h.

Constructor & Destructor Documentation

◆ MarkAsIgnored()

testing::internal::MarkAsIgnored::MarkAsIgnored ( const char *  test_suite)
explicit

Definition at line 463 of file gtest.cc.

463 {
464 GetIgnoredParameterizedTestSuites()->insert(test_suite);
465}
std::set< std::string > * GetIgnoredParameterizedTestSuites()
Definition: gtest.cc:458

The documentation for this struct was generated from the following files: