Searched defs:WithParamInterface (Results 1 - 7 of 7) sorted by path

/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1783 // ::testing::WithParamInterface. In most cases that just means inheriting
1785 // may need to inherit from Test and WithParamInterface at different levels.
1816 class WithParamInterface { class in namespace:testing
1819 virtual ~WithParamInterface() {}
1824 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1843 // TestClass must be a subclass of WithParamInterface<T> and Test.
1848 const T* WithParamInterface<T>::parameter_ = NULL;
1851 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1854 class TestWithParam : public Test, public WithParamInterface<T> {
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8885 // testing::WithParamInterface<T>, where T is the type of the parameter
8887 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
8889 // separately from Test and WithParamInterface. For example:
8896 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
19180 // ::testing::WithParamInterface. In most cases that just means inheriting
19182 // may need to inherit from Test and WithParamInterface at different levels.
19213 class WithParamInterface { class in namespace:testing
19216 virtual ~WithParamInterface() {}
19221 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
19240 // TestClass must be a subclass of WithParamInterface<
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h1635 // ::testing::WithParamInterface. In most cases that just means inheriting
1637 // may need to inherit from Test and WithParamInterface at different levels.
1668 class WithParamInterface { class in namespace:testing
1671 virtual ~WithParamInterface() {}
1676 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1690 // TestClass must be a subclass of WithParamInterface<T> and Test.
1695 const T* WithParamInterface<T>::parameter_ = NULL;
1698 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1701 class TestWithParam : public Test, public WithParamInterface<T> {
/external/gtest/include/gtest/
H A Dgtest.h1767 // ::testing::WithParamInterface. In most cases that just means inheriting
1769 // may need to inherit from Test and WithParamInterface at different levels.
1800 class WithParamInterface { class in namespace:testing
1803 virtual ~WithParamInterface() {}
1808 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1827 // TestClass must be a subclass of WithParamInterface<T> and Test.
1832 const T* WithParamInterface<T>::parameter_ = NULL;
1835 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1838 class TestWithParam : public Test, public WithParamInterface<T> {
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h8885 // testing::WithParamInterface<T>, where T is the type of the parameter
8887 // TestWithParam<T> inherits from both Test and WithParamInterface. In more
8889 // separately from Test and WithParamInterface. For example:
8896 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
19180 // ::testing::WithParamInterface. In most cases that just means inheriting
19182 // may need to inherit from Test and WithParamInterface at different levels.
19213 class WithParamInterface { class in namespace:testing
19216 virtual ~WithParamInterface() {}
19221 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
19240 // TestClass must be a subclass of WithParamInterface<
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1638 // ::testing::WithParamInterface. In most cases that just means inheriting
1640 // may need to inherit from Test and WithParamInterface at different levels.
1671 class WithParamInterface { class in namespace:testing
1674 virtual ~WithParamInterface() {}
1679 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1693 // TestClass must be a subclass of WithParamInterface<T> and Test.
1698 const T* WithParamInterface<T>::parameter_ = NULL;
1701 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1704 class TestWithParam : public Test, public WithParamInterface<T> {
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1635 // ::testing::WithParamInterface. In most cases that just means inheriting
1637 // may need to inherit from Test and WithParamInterface at different levels.
1668 class WithParamInterface { class in namespace:testing
1671 virtual ~WithParamInterface() {}
1676 // like writing 'WithParamInterface<bool>::GetParam()' for a test that
1690 // TestClass must be a subclass of WithParamInterface<T> and Test.
1695 const T* WithParamInterface<T>::parameter_ = NULL;
1698 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1701 class TestWithParam : public Test, public WithParamInterface<T> {

Completed in 322 milliseconds