Searched refs:TestCheck (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
D | ClangTidyOptionsTest.cpp | 122 class TestCheck : public ClangTidyCheck { class 124 TestCheck(ClangTidyContext *Context) : ClangTidyCheck("test", Context) {} in TestCheck() function in clang::tidy::test::__anon8f50a2a20111::TestCheck 173 TestCheck TestCheck(&Context); in TEST() local 174 CHECK_ERROR(TestCheck.getLocal("Opt"), MissingOptionError, in TEST() 176 EXPECT_EQ(TestCheck.getLocal("Opt", "Unknown"), "Unknown"); in TEST() 202 TestCheck TestCheck(&Context); in TEST() local 207 CHECK_VAL(TestCheck.getIntLocal("IntExpected1"), 1); in TEST() 208 CHECK_VAL(TestCheck.getIntGlobal("GlobalIntExpected1"), 1); in TEST() 209 CHECK_ERROR_INT(TestCheck.getIntLocal("IntExpected2"), in TEST() 212 CHECK_ERROR_INT(TestCheck.getIntLocal("IntExpected3"), in TEST() [all …]
|
D | ClangTidyDiagnosticConsumerTest.cpp | 10 class TestCheck : public ClangTidyCheck { class 12 TestCheck(StringRef Name, ClangTidyContext *Context) in TestCheck() function in clang::tidy::test::__anonfc7234c70111::TestCheck 30 runCheckOnCode<TestCheck>("int a;", &Errors); in TEST()
|
/external/python/cpython3/Lib/test/ |
D | test_tabnanny.py | 145 class TestCheck(TestCase): class
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 306 public void TestCheck() { in TestCheck() method in SpoofCheckerTest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 303 public void TestCheck() { in TestCheck() method in SpoofCheckerTest
|