Home
last modified time | relevance | path

Searched refs:SetUpTestSuite (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/
H A Dgtest.h13 static void SetUpTestSuite();
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/
H A Dupgrade-googletest-case.rst44 static void SetUpTestSuite();
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h518 GetNotDefaultOrNull(&T::SetUpTestSuite, &Test::SetUpTestSuite); in GetSetUpCaseOrSuite()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp126 static void SetUpTestSuite() {} in SetUpTestSuite() function in BarTest3
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h416 static void SetUpTestSuite() {} in SetUpTestSuite() function