HomeSort by relevance Sort by last modified time
    Searched defs:testing (Results 401 - 425 of 1415) sorted by null

<<11121314151617181920>>

  /external/google-breakpad/src/testing/include/gmock/
gmock-more-actions.h 43 namespace testing { namespace
231 } // namespace testing
  /external/google-breakpad/src/testing/src/
gmock-internal-utils.cc 47 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
gmock.cc 35 namespace testing { namespace
182 } // namespace testing
  /external/googletest/googlemock/include/gmock/
gmock-cardinalities.h 46 namespace testing { namespace
145 } // namespace testing
gmock-generated-nice-strict.h 77 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::Mock::AllowUninterestingCalls
    [all...]
gmock-more-actions.h 43 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/googletest/googlemock/src/
gmock-internal-utils.cc 47 namespace testing { namespace
75 // use Google Mock with a testing framework other than Google Test.
166 << ::testing::internal::GetCurrentOsStackTraceExceptTop(
167 ::testing::UnitTest::GetInstance(), actual_to_skip);
173 } // namespace testing
gmock.cc 35 namespace testing { namespace
205 } // namespace testing
  /external/googletest/googletest/include/gtest/
gtest-death-test.h 32 // The Google C++ Testing Framework (Google Test)
43 namespace testing { namespace
92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
214 // The death testing framework causes this to have interesting semantics,
292 } // namespace testing
gtest-message.h 32 // The Google C++ Testing Framework (Google Test)
55 void operator<<(const testing::internal::Secret&, int);
57 namespace testing { namespace
71 // testing::Message foo;
121 // namespace, but not other namespaces, including the testing
126 // assertions, testing::Message must access the custom << operator
248 } // namespace testing
  /external/googletest/googletest/src/
gtest-test-part.cc 32 // The Google C++ Testing Framework (Google Test)
45 namespace testing { namespace
110 } // namespace testing
gtest-typed-test.cc 35 namespace testing { namespace
118 } // namespace testing
  /external/googletest/googletest/test/
gtest-options_test.cc 58 namespace testing { namespace
67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile.
221 } // namespace testing
  /external/guava/guava-gwt/test/com/google/common/collect/testing/
HelpersTest_gwt.java 16 package com.google.common.collect.testing;
19 return "com.google.common.collect.testing.testModule";
22 com.google.common.collect.testing.HelpersTest testCase = new com.google.common.collect.testing.HelpersTest();
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
MultisetIteratorTester.java 15 package com.google.common.collect.testing.google;
17 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER;
18 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE;
21 import com.google.common.collect.testing.IteratorFeature;
22 import com.google.common.collect.testing.IteratorTester;
23 import com.google.common.collect.testing.features.CollectionFeature;
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
Platform.java 17 package com.google.common.collect.testing;
20 * Minimal GWT emulation of {@code com.google.common.collect.testing.Platform}.
31 * doesn't support reflections. For testing purposes, we give up this
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
CollectionCreationTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
23 import com.google.common.collect.testing.AbstractCollectionTester;
24 import com.google.common.collect.testing.features.CollectionFeature;
25 import com.google.common.collect.testing.features.CollectionSize;
30 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
ListAddTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
24 import com.google.common.collect.testing.Helpers;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
33 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
Platform.java 17 package com.google.common.collect.testing.testers;
SetAddTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
24 import com.google.common.collect.testing.features.CollectionFeature;
25 import com.google.common.collect.testing.features.CollectionSize;
30 * {@link com.google.common.collect.testing.SetTestSuiteBuilder}.
SetHashCodeTester.java 17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
22 import com.google.common.collect.testing.features.CollectionFeature;
23 import com.google.common.collect.testing.features.CollectionSize;
  /external/guava/guava-gwt/test-super/com/google/common/testing/super/com/google/common/testing/
FakeTickerTest.java 17 package com.google.common.testing;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractCollectionTester.java 17 package com.google.common.collect.testing;
AnEnum.java 17 package com.google.common.collect.testing;
22 * A sample enumerated type we use for testing.
BaseComparable.java 17 package com.google.common.collect.testing;

Completed in 397 milliseconds

<<11121314151617181920>>