Classes | Namespaces | Macros | Functions
bloaty/third_party/re2/util/test.h File Reference
#include "util/util.h"
#include "util/flags.h"
#include "util/logging.h"
Include dependency graph for bloaty/third_party/re2/util/test.h:

Go to the source code of this file.

Classes

class  testing::MallocCounter
 
class  TestRegisterer
 

Namespaces

 testing
 

Macros

#define ASSERT_EQ   CHECK_EQ
 
#define ASSERT_FALSE(x)   CHECK(!(x))
 
#define ASSERT_GE   CHECK_GE
 
#define ASSERT_GT   CHECK_GT
 
#define ASSERT_LE   CHECK_LE
 
#define ASSERT_LT   CHECK_LT
 
#define ASSERT_NE   CHECK_NE
 
#define ASSERT_TRUE   CHECK
 
#define EXPECT_EQ   CHECK_EQ
 
#define EXPECT_FALSE(x)   CHECK(!(x))
 
#define EXPECT_GE   CHECK_GE
 
#define EXPECT_GT   CHECK_GT
 
#define EXPECT_LE   CHECK_LE
 
#define EXPECT_LT   CHECK_LT
 
#define EXPECT_NE   CHECK_NE
 
#define EXPECT_TRUE   CHECK
 
#define TEST(x, y)
 

Functions

void RegisterTest (void(*)(void), const char *)
 

Macro Definition Documentation

◆ ASSERT_EQ

#define ASSERT_EQ   CHECK_EQ

Definition at line 29 of file bloaty/third_party/re2/util/test.h.

◆ ASSERT_FALSE

#define ASSERT_FALSE (   x)    CHECK(!(x))

Definition at line 28 of file bloaty/third_party/re2/util/test.h.

◆ ASSERT_GE

#define ASSERT_GE   CHECK_GE

Definition at line 34 of file bloaty/third_party/re2/util/test.h.

◆ ASSERT_GT

#define ASSERT_GT   CHECK_GT

Definition at line 33 of file bloaty/third_party/re2/util/test.h.

◆ ASSERT_LE

#define ASSERT_LE   CHECK_LE

Definition at line 32 of file bloaty/third_party/re2/util/test.h.

◆ ASSERT_LT

#define ASSERT_LT   CHECK_LT

Definition at line 31 of file bloaty/third_party/re2/util/test.h.

◆ ASSERT_NE

#define ASSERT_NE   CHECK_NE

Definition at line 30 of file bloaty/third_party/re2/util/test.h.

◆ ASSERT_TRUE

#define ASSERT_TRUE   CHECK

Definition at line 27 of file bloaty/third_party/re2/util/test.h.

◆ EXPECT_EQ

#define EXPECT_EQ   CHECK_EQ

Definition at line 40 of file bloaty/third_party/re2/util/test.h.

◆ EXPECT_FALSE

#define EXPECT_FALSE (   x)    CHECK(!(x))

Definition at line 39 of file bloaty/third_party/re2/util/test.h.

◆ EXPECT_GE

#define EXPECT_GE   CHECK_GE

Definition at line 45 of file bloaty/third_party/re2/util/test.h.

◆ EXPECT_GT

#define EXPECT_GT   CHECK_GT

Definition at line 44 of file bloaty/third_party/re2/util/test.h.

◆ EXPECT_LE

#define EXPECT_LE   CHECK_LE

Definition at line 43 of file bloaty/third_party/re2/util/test.h.

◆ EXPECT_LT

#define EXPECT_LT   CHECK_LT

Definition at line 42 of file bloaty/third_party/re2/util/test.h.

◆ EXPECT_NE

#define EXPECT_NE   CHECK_NE

Definition at line 41 of file bloaty/third_party/re2/util/test.h.

◆ EXPECT_TRUE

#define EXPECT_TRUE   CHECK

Definition at line 38 of file bloaty/third_party/re2/util/test.h.

◆ TEST

#define TEST (   x,
  y 
)
Value:
void x##y(void); \
TestRegisterer r##x##y(x##y, # x "." # y); \
void x##y(void)

Definition at line 12 of file bloaty/third_party/re2/util/test.h.

Function Documentation

◆ RegisterTest()

void RegisterTest ( void(*)(void)  ,
const char *   
)
y
const double y
Definition: bloaty/third_party/googletest/googlemock/test/gmock-matchers_test.cc:3611
x
int x
Definition: bloaty/third_party/googletest/googlemock/test/gmock-matchers_test.cc:3610
fix_build_deps.r
r
Definition: fix_build_deps.py:491


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:34