HomeSort by relevance Sort by last modified time
    Searched refs:testing (Results 226 - 250 of 4772) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestQueueGenerator.java 17 package com.google.common.collect.testing;
TestSetGenerator.java 17 package com.google.common.collect.testing;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
Feature.java 17 package com.google.common.collect.testing.features;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetTestSuiteBuilder.java 17 package com.google.common.collect.testing.google;
20 import com.google.common.collect.testing.AbstractCollectionTestSuiteBuilder;
21 import com.google.common.collect.testing.AbstractTester;
22 import com.google.common.collect.testing.Helpers;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
QueueOfferTester.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;
22 import com.google.common.collect.testing.features.CollectionFeature;
27 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
  /external/guava/guava-testlib/src/com/google/common/testing/
TearDown.java 17 package com.google.common.testing;
33 * {@code com.google.common.testing.junit3.TearDownTestCase} and
34 * {@code com.google.common.testing.junit4.TearDownTestCase} for example.
TearDownAccepter.java 17 package com.google.common.testing;
  /external/littlemock/src/com/google/testing/littlemock/
ArgumentCaptor.java 17 package com.google.testing.littlemock;
  /external/llvm/unittests/ADT/
DenseSetTest.cpp 18 class DenseSetTest : public testing::Test {
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 32 // The Google C++ Testing Framework (Google Test)
42 namespace testing { namespace
133 // Factory interface for death tests. May be mocked out for testing.
156 if (::testing::internal::AlwaysTrue()) { \
157 const ::testing::internal::RE& gtest_regex = (regex); \
158 ::testing::internal::DeathTest* gtest_dt; \
159 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
164 ::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \
167 case ::testing::internal::DeathTest::OVERSEE_TEST:
    [all...]
  /frameworks/base/tools/aapt/tests/
AaptGroupEntry_test.cpp 26 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const String8& dirName,
29 return ::testing::AssertionSuccess() << dirName << " was successfully parsed";
31 return ::testing::AssertionFailure() << dirName << " could not be parsed";
34 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const char* input,
  /frameworks/compile/mclinker/unittests/
BinTreeTest.h 30 class BinTreeTest : public ::testing::Test
FileHandleTest.h 28 class FileHandleTest : public ::testing::Test
FragmentTest.h 28 class FragmentTest : public ::testing::Test
MCRegionFragmentTest.h 29 class MCRegionFragmentTest : public ::testing::Test
NamePoolTest.h 28 class NamePoolTest : public ::testing::Test
PathSetTest.h 28 class PathSetTest : public ::testing::Test
PathTest.h 23 class PathTest : public ::testing::Test
StringTableTest.h 28 class StringTableTest : public ::testing::Test
SymbolCategoryTest.h 28 class SymbolCategoryTest : public ::testing::Test
SymbolTableTest.h 28 class SymbolTableTest : public ::testing::Test
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/
ViewFinder.java 17 package com.google.android.apps.common.testing.ui.espresso;
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
CoordinatesProvider.java 17 package com.google.android.apps.common.testing.ui.espresso.action;
  /frameworks/testing/espresso/idling-resource-interface/src/main/java/com/google/android/apps/common/testing/ui/espresso/
IdlingResource.java 17 package com.google.android.apps.common.testing.ui.espresso;
  /external/chromium_org/testing/gtest/include/gtest/
gtest-typed-test.h 44 // by a type. Remember to derive it from testing::Test.
46 class FooTest : public testing::Test {
57 typedef testing::Types<char, int, unsigned int> MyTypes;
104 // by a type. Remember to derive it from testing::Test.
106 class FooTest : public testing::Test {
140 typedef testing::Types<char, int, unsigned int> MyTypes;
166 typedef ::testing::internal::TypeList< Types >::type \
179 ::testing::internal::TypeParameterizedTest< \
181 ::testing::internal::TemplateSel< \
220 static ::testing::internal::TypedTestCasePState
    [all...]

Completed in 1464 milliseconds

1 2 3 4 5 6 7 8 91011>>