Searched defs:Test (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc32 // Google C++ Testing Framework (Google Test)
34 // Sometimes it's desirable to build Google Test by compiling a single file.
73 // The Google C++ Testing Framework (Google Test)
106 // Utilities for testing Google Test itself and code that uses Google Test
107 // (e.g. frameworks built on top of Google Test).
115 // This helper class can be used to mock out Google Test failure reporting
116 // so that we can test Google Test or code that builds on Google Test.
119 // TestPartResultArray object given in the constructor whenever a Google Test
3375 Test::Test() function in class:testing::Test
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h32 // The Google C++ Testing Framework (Google Test)
34 // This header file defines the public API for Google Test. It should be
35 // included by any test program that uses Google Test.
47 // Acknowledgment: Google Test borrowed the idea of automatic test
89 // The Google C++ Testing Framework (Google Test)
92 // Google Test. They are subject to change without notice.
128 // Low-level types and utilities for porting Google Test to various
132 // This file is fundamental to Google Test. All other Google Test source
134 // any other Google Test heade
17760 class GTEST_API_ Test { class in namespace:testing
[all...]

Completed in 133 milliseconds