#include "src/core/lib/iomgr/error.h"
#include <string.h>
#include <gmock/gmock.h>
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "test/core/util/test_config.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (ErrorTest, CopyAndUnRef) | |
TEST (ErrorTest, CreateReferencing) | |
TEST (ErrorTest, CreateReferencingMany) | |
TEST (ErrorTest, Overflow) | |
TEST (ErrorTest, PrintErrorString) | |
TEST (ErrorTest, PrintErrorStringReference) | |
TEST (ErrorTest, SetGetInt) | |
TEST (ErrorTest, SetGetStr) | |
TEST (ErrorTest, TestOsError) | |
Definition at line 215 of file error_test.cc.
TEST | ( | ErrorTest | , |
CopyAndUnRef | |||
) |
Definition at line 81 of file error_test.cc.
TEST | ( | ErrorTest | , |
CreateReferencing | |||
) |
Definition at line 108 of file error_test.cc.
TEST | ( | ErrorTest | , |
CreateReferencingMany | |||
) |
Definition at line 120 of file error_test.cc.
TEST | ( | ErrorTest | , |
Overflow | |||
) |
Definition at line 187 of file error_test.cc.
TEST | ( | ErrorTest | , |
PrintErrorString | |||
) |
Definition at line 142 of file error_test.cc.
TEST | ( | ErrorTest | , |
PrintErrorStringReference | |||
) |
Definition at line 152 of file error_test.cc.
TEST | ( | ErrorTest | , |
SetGetInt | |||
) |
Definition at line 31 of file error_test.cc.
TEST | ( | ErrorTest | , |
SetGetStr | |||
) |
Definition at line 56 of file error_test.cc.
TEST | ( | ErrorTest | , |
TestOsError | |||
) |
Definition at line 172 of file error_test.cc.