<trclass="memdesc:"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Provides support for dynamically disabled gtest tests. <ahref="classcrashpad_1_1test_1_1DisabledTestGtestEnvironment.html#details">More...</a><br/></td></tr>
<trclass="memdesc:namespacecrashpad_1_1test"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The testing namespace, for use in test code only. <br/></td></tr>
<trclass="memdesc:a0f5509ed17584c8eded42d3b5126b524"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Displays a message about a test being disabled, and returns early. <ahref="#a0f5509ed17584c8eded42d3b5126b524">More...</a><br/></td></tr>
<b>Value:</b><divclass="fragment"><divclass="line"><spanclass="keywordflow">do</span> { <aclass="code"href="classcrashpad_1_1test_1_1DisabledTestGtestEnvironment.html#a3237662339dd97372cf7cda76e93006b">\</a></div><divclass="line"><aclass="code"href="classcrashpad_1_1test_1_1DisabledTestGtestEnvironment.html#a3237662339dd97372cf7cda76e93006b"> ::crashpad::test::DisabledTestGtestEnvironment::Get</a>()-><aclass="code"href="classcrashpad_1_1test_1_1DisabledTestGtestEnvironment.html#a8aaa29daafabda72d94a15984bac3267">DisabledTest</a>(); \</div><divclass="line"> return; \</div><divclass="line"> } <spanclass="keywordflow">while</span> (<spanclass="keyword">false</span>)</div><divclass="ttc"id="classcrashpad_1_1test_1_1DisabledTestGtestEnvironment_html_a8aaa29daafabda72d94a15984bac3267"><divclass="ttname"><ahref="classcrashpad_1_1test_1_1DisabledTestGtestEnvironment.html#a8aaa29daafabda72d94a15984bac3267">crashpad::test::DisabledTestGtestEnvironment::DisabledTest</a></div><divclass="ttdeci">void DisabledTest()</div><divclass="ttdoc">Displays a message about a test being disabled, and arranges for this information to be duplicated in...</div><divclass="ttdef"><b>Definition:</b> gtest_disabled.cc:40</div></div>
<divclass="ttc"id="classcrashpad_1_1test_1_1DisabledTestGtestEnvironment_html_a3237662339dd97372cf7cda76e93006b"><divclass="ttname"><ahref="classcrashpad_1_1test_1_1DisabledTestGtestEnvironment.html#a3237662339dd97372cf7cda76e93006b">crashpad::test::DisabledTestGtestEnvironment::Get</a></div><divclass="ttdeci">static DisabledTestGtestEnvironment * Get()</div><divclass="ttdoc">Returns the DisabledTestGtestEnvironment singleton instance, creating it if necessary. </div><divclass="ttdef"><b>Definition:</b> gtest_disabled.cc:33</div></div>
</div><!-- fragment -->
<p>Displays a message about a test being disabled, and returns early. </p>
<p>gtest only provides a mechanism for tests to be disabled statically, by prefixing test case names or test names with <code>DISABLED_</code>. When it is necessary to disable tests dynamically, gtest provides no assistance. This macro displays a message about the disabled test and returns early. The dynamically disabled test will also be displayed during gtest global test environment tear-down before the test executable exits.</p>
<p>This macro may only be invoked from the context of a gtest test.</p>
<p>There’s a long-standing <ahref="https://groups.google.com/d/topic/googletestframework/Nwh3u7YFuN4">gtest feature request</a> to provide this functionality directly in gtest, but since it hasn’t been implemented, this macro provides a local mechanism to achieve it. </p>
</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hrclass="footer"/><addressclass="footer"><small>
Generated by  <ahref="http://www.doxygen.org/index.html">