Searched defs:testing (Results 426 - 450 of 780) sorted by relevance

<<11121314151617181920>>

/external/v8/testing/gmock/include/gmock/
H A Dgmock-generated-nice-strict.h77 namespace testing { namespace
85 ::testing::Mock::AllowUninterestingCalls(
93 ::testing::Mock::AllowUninterestingCalls(
98 ::testing::Mock::AllowUninterestingCalls(
104 ::testing::Mock::AllowUninterestingCalls(
111 ::testing::Mock::AllowUninterestingCalls(
118 ::testing::Mock::AllowUninterestingCalls(
126 ::testing::Mock::AllowUninterestingCalls(
135 ::testing::Mock::AllowUninterestingCalls(
144 ::testing
[all...]
H A Dgmock-more-actions.h43 namespace testing { namespace
164 return ::testing::get<k>(args);
172 *pointer = ::testing::get<k>(args);
180 *pointer = *::testing::get<k>(args);
188 typedef typename ::testing::tuple_element<k, args_type>::type argk_type;
194 ::testing::get<k>(args) = value;
207 internal::CopyElements(first, last, ::testing::get<k>(args));
209 ::std::copy(first, last, ::testing::get<k>(args));
218 delete ::testing::get<k>(args);
244 } // namespace testing
[all...]
/external/v8/testing/gmock/include/gmock/internal/
H A Dgmock-generated-internal-utils.h46 namespace testing { namespace
72 struct MatcherTuple< ::testing::tuple<> > {
73 typedef ::testing::tuple< > type;
77 struct MatcherTuple< ::testing::tuple<A1> > {
78 typedef ::testing::tuple<Matcher<A1> > type;
82 struct MatcherTuple< ::testing::tuple<A1, A2> > {
83 typedef ::testing::tuple<Matcher<A1>, Matcher<A2> > type;
87 struct MatcherTuple< ::testing::tuple<A1, A2, A3> > {
88 typedef ::testing::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3> > type;
92 struct MatcherTuple< ::testing
[all...]
/external/v8/testing/gmock/src/
H A Dgmock-cardinalities.cc45 namespace testing { namespace
156 } // namespace testing
H A Dgmock-internal-utils.cc47 namespace testing { namespace
75 // use Google Mock with a testing framework other than Google Test.
167 << ::testing::internal::GetCurrentOsStackTraceExceptTop(
168 ::testing::UnitTest::GetInstance(), actual_to_skip);
174 } // namespace testing
/external/v8/testing/gtest/test/
H A Dgtest-filepath_test.cc59 namespace testing { namespace
662 } // namespace testing
H A Dgtest_repeat_test.cc47 namespace testing { namespace
53 } // namespace testing
55 using testing::GTEST_FLAG(death_test_style);
56 using testing::GTEST_FLAG(filter);
57 using testing::GTEST_FLAG(repeat);
61 // We need this when we are testing Google Test itself and therefore
67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
72 ::testing::internal::posix::Abort();\
74 } while (::testing::internal::AlwaysFalse())
83 class MyEnvironment : public testing
[all...]
H A Dgtest_stress_test.cc49 namespace testing { namespace
111 // is for testing whether Google Test can handle failed assertions in a
235 } // namespace testing
238 testing::InitGoogleTest(&argc, argv);
253 testing::InitGoogleTest(&argc, argv);
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_repeat_test.cc47 namespace testing { namespace
53 } // namespace testing
55 using testing::GTEST_FLAG(death_test_style);
56 using testing::GTEST_FLAG(filter);
57 using testing::GTEST_FLAG(repeat);
61 // We need this when we are testing Google Test itself and therefore
67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
72 ::testing::internal::posix::Abort();\
74 } while (::testing::internal::AlwaysFalse())
83 class MyEnvironment : public testing
[all...]
H A Dgtest_stress_test.cc49 namespace testing { namespace
111 // is for testing whether Google Test can handle failed assertions in a
235 } // namespace testing
238 testing::InitGoogleTest(&argc, argv);
253 testing::InitGoogleTest(&argc, argv);
/external/autotest/client/cros/cellular/pseudomodem/
H A Dpseudomodem.py22 import testing namespace
174 # The testing interface can be brought up now that we have the bus.
175 self._testing_object = testing.Testing(self._modem, self._bus)
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
175 } // namespace testing
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h76 namespace testing { namespace
104 // contention in production code, but is acceptable in a testing
231 } // namespace testing
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-printers.cc37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
52 namespace testing { namespace
108 // ::testing::internal namespace, which contains a << operator that
348 } // namespace testing
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-unittest-api_test.cc41 using ::testing::InitGoogleTest;
43 namespace testing { namespace
142 return testing::AssertionFailure() << "argument is " << str;
229 // These two tests are here to provide support for testing
333 } // namespace testing
338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
H A Dgtest_environment_test.cc42 namespace testing { namespace
52 // For testing using global test environments.
53 class MyEnvironment : public testing::Environment {
119 testing::internal::posix::Abort();
131 testing::internal::GetUnitTestImpl()->ClearAdHocTestResult();
138 testing::InitGoogleTest(&argc, argv);
143 Check(testing::AddGlobalTestEnvironment(env) == env,
181 testing::GTEST_FLAG(filter) = "-*";
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h76 namespace testing { namespace
97 // Helper class for testing the Expectation class template.
510 friend class ::testing::internal::ExpectationBase;
511 friend class ::testing::internal::UntypedFunctionMockerBase;
514 friend class ::testing::internal::FunctionMockerBase;
517 friend class ::testing::internal::TypedExpectation;
711 friend class ::testing::Expectation;
827 friend class ::testing::Sequence;
828 friend class ::testing::internal::ExpectationTester;
1226 // Note: class MockSpec really belongs to the ::testing namespac
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock-generated-function-mockers_test.cc57 namespace testing { namespace
60 using testing::internal::string;
61 using testing::_;
62 using testing::A;
63 using testing::An;
64 using testing::AnyNumber;
65 using testing::Const;
66 using testing::DoDefault;
67 using testing::Eq;
68 using testing
[all...]
H A Dgmock-internal-utils_test.cc57 namespace testing { namespace
118 // Don't use EXPECT_EQ as no NULL-testing magic on Symbian.
343 class LogIsVisibleTest : public ::testing::Test {
348 // testing::internal::String. In this case, without the call to
655 } // namespace testing
H A Dgmock-nice-strict_test.cc39 // This must not be defined inside the ::testing namespace, or it will
40 // clash with ::testing::Mock.
51 namespace testing { namespace
54 using testing::internal::string;
55 using testing::GMOCK_FLAG(verbose);
56 using testing::HasSubstr;
57 using testing::NiceMock;
58 using testing::StrictMock;
61 using testing::internal::CaptureStdout;
62 using testing
[all...]
/external/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h80 namespace testing { namespace
101 // Helper class for testing the Expectation class template.
518 friend class ::testing::internal::ExpectationBase;
519 friend class ::testing::internal::UntypedFunctionMockerBase;
522 friend class ::testing::internal::FunctionMockerBase;
525 friend class ::testing::internal::TypedExpectation;
719 friend class ::testing::Expectation;
835 friend class ::testing::Sequence;
836 friend class ::testing::internal::ExpectationTester;
1234 // Note: class MockSpec really belongs to the ::testing namespac
[all...]
/external/googletest/googlemock/test/
H A Dgmock-generated-function-mockers_test.cc57 namespace testing { namespace
60 using testing::internal::string;
61 using testing::_;
62 using testing::A;
63 using testing::An;
64 using testing::AnyNumber;
65 using testing::Const;
66 using testing::DoDefault;
67 using testing::Eq;
68 using testing
[all...]
H A Dgmock-nice-strict_test.cc39 // This must not be defined inside the ::testing namespace, or it will
40 // clash with ::testing::Mock.
51 namespace testing { namespace
54 using testing::internal::string;
55 using testing::GMOCK_FLAG(verbose);
56 using testing::HasSubstr;
57 using testing::NaggyMock;
58 using testing::NiceMock;
59 using testing::StrictMock;
62 using testing
[all...]
/external/googletest/googletest/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
177 } // namespace testing
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h76 namespace testing { namespace
104 // contention in production code, but is acceptable in a testing
241 } // namespace testing

Completed in 2050 milliseconds

<<11121314151617181920>>