TianoCore EDK2 master
|
Go to the source code of this file.
Macros | |
#define | EXPECT_THROW_MESSAGE(statement, description) |
#define | ASSERT_THROW_MESSAGE(statement, description) |
Functions | |
ACTION_TEMPLATE (SetArgBuffer, HAS_1_TEMPLATE_PARAMS(size_t, ArgNum),) | |
MATCHER_P2 (BufferEq, Buffer, ByteSize, std::string("buffer data to ")+(negation ? "not " :"")+"be the same") | |
MATCHER_P (Char16StrEq, String, std::string("strings to ")+(negation ? "not " :"")+"be the same") | |
GoogleTestLib class with APIs from the googletest project
Copyright (c) 2022, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file GoogleTestLib.h.
#define ASSERT_THROW_MESSAGE | ( | statement, | |
description | |||
) |
Definition at line 30 of file GoogleTestLib.h.
#define EXPECT_THROW_MESSAGE | ( | statement, | |
description | |||
) |
Definition at line 25 of file GoogleTestLib.h.
ACTION_TEMPLATE | ( | SetArgBuffer | , |
HAS_1_TEMPLATE_PARAMS(size_t, ArgNum) | |||
) |
Definition at line 47 of file GoogleTestLib.h.
MATCHER_P | ( | Char16StrEq | , |
String | , | ||
std::string("strings to ")+(negation ? "not " :"")+"be the same" | |||
) |
Definition at line 94 of file GoogleTestLib.h.
MATCHER_P2 | ( | BufferEq | , |
Buffer | , | ||
ByteSize | , | ||
std::string("buffer data to ")+(negation ? "not " :"")+"be the same" | |||
) |
Definition at line 68 of file GoogleTestLib.h.