/prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.4.0-alpha1/ |
builder-test-api-1.4.0-alpha1.jar | |
/external/android-mock/livetests/com/google/android/testing/mocking/test/ |
MockingTest.java | 16 package com.google.android.testing.mocking.test; 20 import com.google.android.testing.mocking.AndroidMock; 21 import com.google.android.testing.mocking.SdkVersion; 22 import com.google.android.testing.mocking.UsesMocks; 23 import com.google.android.testing.mocking.testapp.ClassToMock;
|
/external/android-mock/src/com/google/android/testing/mocking/ |
GeneratedClassFile.java | 16 package com.google.android.testing.mocking;
|
/external/google-breakpad/src/testing/gtest/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
|
/external/google-breakpad/src/testing/gtest/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 110 } // namespace testing
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest-options_test.cc | 58 namespace testing { namespace 67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile. 212 } // namespace testing
|
/external/google-breakpad/src/testing/include/gmock/ |
gmock-cardinalities.h | 46 namespace testing { namespace 145 } // namespace testing
|
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/gtest/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/gtest/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 110 } // namespace testing
|
/external/gtest/test/ |
gtest-options_test.cc | 58 namespace testing { namespace 67 // Testing UnitTestOptions::GetOutputFormat/GetOutputFile. 215 } // 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/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;
|