Searched defs:TestWithParam (Results 1 - 11 of 11) sorted by relevance

/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h1646 // from ::testing::TestWithParam, but more complicated test hierarchies
1655 // class FooTest : public ::testing::TestWithParam<int> {
1708 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1711 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
/external/googletest/googletest/include/gtest/
H A Dgtest.h1713 // from ::testing::TestWithParam, but more complicated test hierarchies
1722 // class FooTest : public ::testing::TestWithParam<int> {
1780 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1783 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1713 // from ::testing::TestWithParam, but more complicated test hierarchies
1722 // class FooTest : public ::testing::TestWithParam<int> {
1780 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1783 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1640 // from ::testing::TestWithParam, but more complicated test hierarchies
1649 // class FooTest : public ::testing::TestWithParam<int> {
1702 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1705 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1768 // from ::testing::TestWithParam, but more complicated test hierarchies
1777 // class FooTest : public ::testing::TestWithParam<int> {
1835 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1838 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1575 // class FooTest : public ::testing::TestWithParam<int> {
1598 class TestWithParam : public Test { class in namespace:testing
1616 // TestClass must be a subclass of TestWithParam<T>.
1621 const T* TestWithParam<T>::parameter_ = NULL;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest.h1638 // from ::testing::TestWithParam, but more complicated test hierarchies
1647 // class FooTest : public ::testing::TestWithParam<int> {
1700 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1703 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
/external/v8/testing/gtest/include/gtest/
H A Dgtest.h1717 // from ::testing::TestWithParam, but more complicated test hierarchies
1726 // class FooTest : public ::testing::TestWithParam<int> {
1784 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1787 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h1777 // from ::testing::TestWithParam, but more complicated test hierarchies
1786 // class FooTest : public ::testing::TestWithParam<int> {
1844 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1847 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h8151 // class. It must be derived from testing::TestWithParam<T>, where T is
8152 // the type of your parameter values. TestWithParam<T> is itself derived
8156 class FooTest : public ::testing::TestWithParam<const char*> {
8166 // of the TestWithParam<T> class:
13950 // class FooTest : public TestWithParam<int> { ... };
14955 // class FlagDependentTest : public testing::TestWithParam<bool> {
14990 // : public testing::TestWithParam<tuple<const char*, Color> > {...};
15002 // : public testing::TestWithParam<tuple(bool, bool)> > {
17163 // class FooTest : public ::testing::TestWithParam<int> {
17186 class TestWithParam class in namespace:testing
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h8783 // class. It is usually derived from testing::TestWithParam<T> (see below for
8786 // TestWithParam<T> is itself derived from testing::Test. T can be any
8790 class FooTest : public ::testing::TestWithParam<const char*> {
8800 // of the TestWithParam<T> class:
8887 // values. Inheriting from TestWithParam<T> satisfies that requirement because
8888 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
8906 // GetParam works just the same here as if you inherit from TestWithParam.
15776 // class FooTest : public TestWithParam<int> { ... };
16780 // class FlagDependentTest : public testing::TestWithParam<bool> {
16815 // : public testing::TestWithParam<tupl
19252 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
[all...]

Completed in 2314 milliseconds