#include "TestTU.h"
#include "index/Index.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <memory>
#include <string>
Go to the source code of this file.
◆ EXPECT_AVAILABLE
#define EXPECT_AVAILABLE |
( |
|
MarkedCode | ) |
|
Value:do { \
for (const auto &Case : expandCases(MarkedCode)) \
} while (0)
::testing::Matcher< llvm::StringRef > isAvailable() const
Definition at line 109 of file TweakTesting.h.
◆ EXPECT_UNAVAILABLE
#define EXPECT_UNAVAILABLE |
( |
|
MarkedCode | ) |
|
Value:do { \
for (const auto &Case : expandCases(MarkedCode)) \
EXPECT_THAT(Case, \
} while (0)
::testing::Matcher< llvm::StringRef > isAvailable() const
Definition at line 115 of file TweakTesting.h.
◆ TWEAK_TEST
#define TWEAK_TEST |
( |
|
TweakID | ) |
|
Value: protected: \
TweakID##Test() : TweakTest(#TweakID) {} \
}
Definition at line 103 of file TweakTesting.h.