OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestWithParam
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
gtest-param-test.h
48
// class. It is usually derived from testing::
TestWithParam
<T> (see below for
51
//
TestWithParam
<T> is itself derived from testing::Test. T can be any
55
class FooTest : public ::testing::
TestWithParam
<const char*> {
65
// of the
TestWithParam
<T> class:
152
// values. Inheriting from
TestWithParam
<T> satisfies that requirement because
153
//
TestWithParam
<T> inherits from both Test and WithParamInterface. In more
171
// GetParam works just the same here as if you inherit from
TestWithParam
.
196
// class FooTest : public
TestWithParam
<int> { ... };
352
// class FlagDependentTest : public testing::
TestWithParam
<bool> {
384
// : public testing::
TestWithParam
<std::tuple<const char*, Color> > {...}
[
all
...]
gtest.h
1817
// from ::testing::
TestWithParam
, but more complicated test hierarchies
1826
// class FooTest : public ::testing::
TestWithParam
<int> {
1881
// WithParamInterface, and can just inherit from ::testing::
TestWithParam
.
1884
class
TestWithParam
: public Test, public WithParamInterface<T> {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_libc_test.cc
167
class SanitizerCommonFileTest : public ::testing::
TestWithParam
<uptr> {
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
959
class MemorySanitizerIpTest : public ::testing::
TestWithParam
<int> {
Completed in 115 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026