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

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1784 // from ::testing::TestWithParam, but more complicated test hierarchies
1793 // class FooTest : public ::testing::TestWithParam<int> {
1851 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1854 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h1636 // from ::testing::TestWithParam, but more complicated test hierarchies
1645 // class FooTest : public ::testing::TestWithParam<int> {
1698 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1701 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
/external/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/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1639 // from ::testing::TestWithParam, but more complicated test hierarchies
1648 // class FooTest : public ::testing::TestWithParam<int> {
1701 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1704 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1636 // from ::testing::TestWithParam, but more complicated test hierarchies
1645 // class FooTest : public ::testing::TestWithParam<int> {
1698 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1701 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1500 // class FooTest : public ::testing::TestWithParam<int> {
1523 class TestWithParam : public Test { class in namespace:testing
1541 // TestClass must be a subclass of TestWithParam<T>.
1546 const T* TestWithParam<T>::parameter_ = NULL;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8782 // class. It is usually derived from testing::TestWithParam<T> (see below for
8785 // TestWithParam<T> is itself derived from testing::Test. T can be any
8789 class FooTest : public ::testing::TestWithParam<const char*> {
8799 // of the TestWithParam<T> class:
8886 // values. Inheriting from TestWithParam<T> satisfies that requirement because
8887 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
8905 // GetParam works just the same here as if you inherit from TestWithParam.
15775 // class FooTest : public TestWithParam<int> { ... };
16779 // class FlagDependentTest : public testing::TestWithParam<bool> {
16814 // : public testing::TestWithParam<tupl
19251 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8782 // class. It is usually derived from testing::TestWithParam<T> (see below for
8785 // TestWithParam<T> is itself derived from testing::Test. T can be any
8789 class FooTest : public ::testing::TestWithParam<const char*> {
8799 // of the TestWithParam<T> class:
8886 // values. Inheriting from TestWithParam<T> satisfies that requirement because
8887 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
8905 // GetParam works just the same here as if you inherit from TestWithParam.
15775 // class FooTest : public TestWithParam<int> { ... };
16779 // class FlagDependentTest : public testing::TestWithParam<bool> {
16814 // : public testing::TestWithParam<tupl
19251 class TestWithParam : public Test, public WithParamInterface<T> { class in namespace:testing
[all...]

Completed in 262 milliseconds