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

/external/chromium/testing/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/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1723 // from ::testing::TestWithParam, but more complicated test hierarchies
1732 // class FooTest : public ::testing::TestWithParam<int> {
1785 // WithParamInterface, and can just inherit from ::testing::TestWithParam.
1788 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.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/libvpx/libvpx/third_party/googletest/src/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/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/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/open-vcdiff/gtest/include/gtest/
H A Dgtest.h1582 // class FooTest : public ::testing::TestWithParam<int> {
1605 class TestWithParam : public Test { class in namespace:testing
1623 // TestClass must be a subclass of TestWithParam<T>.
1628 const T* TestWithParam<T>::parameter_ = NULL;
/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;

Completed in 450 milliseconds