Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
gtest_help_test_.cc File Reference
#include "gtest/gtest.h"
Include dependency graph for gtest_help_test_.cc:

Go to the source code of this file.

Functions

 TEST (HelpFlagTest, ShouldNotBeRun)
 

Function Documentation

◆ TEST()

TEST ( HelpFlagTest ,
ShouldNotBeRun  )

Definition at line 40 of file gtest_help_test_.cc.

40 {
41 ASSERT_TRUE(false) << "Tests shouldn't be run when --help is specified.";
42}
#define ASSERT_TRUE(condition)
Definition gtest.h:1901