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

1 2 3 4 5 67 8 91011>>

  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-message.h 32 // The Google C++ Testing Framework (Google Test)
54 namespace testing { namespace
68 // testing::Message foo;
228 } // namespace testing
gtest-param-test.h 37 // in Google C++ Testing Framework (Google Test)
53 // class. It is usually derived from testing::TestWithParam<T> (see below for
56 // TestWithParam<T> is itself derived from testing::Test. T can be any
60 class FooTest : public ::testing::TestWithParam<const char*> {
83 // are all in the testing namespace:
155 // A parameterized test fixture must be derived from testing::Test and from
156 // testing::WithParamInterface<T>, where T is the type of the parameter
162 class BaseTest : public ::testing::Test {
167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
197 namespace testing { namespace
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-filepath.h 45 namespace testing { namespace
208 } // namespace testing
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-nice-strict.h 65 namespace testing { namespace
73 ::testing::Mock::AllowUninterestingCalls(
81 ::testing::Mock::AllowUninterestingCalls(
86 ::testing::Mock::AllowUninterestingCalls(
92 ::testing::Mock::AllowUninterestingCalls(
99 ::testing::Mock::AllowUninterestingCalls(
106 ::testing::Mock::AllowUninterestingCalls(
114 ::testing::Mock::AllowUninterestingCalls(
123 ::testing::Mock::AllowUninterestingCalls(
132 ::testing::Mock::AllowUninterestingCalls
    [all...]
  /external/googletest/googletest/include/gtest/
gtest-param-test.h 37 // in Google C++ Testing Framework (Google Test)
53 // class. It is usually derived from testing::TestWithParam<T> (see below for
56 // TestWithParam<T> is itself derived from testing::Test. T can be any
60 class FooTest : public ::testing::TestWithParam<const char*> {
83 // are all in the testing namespace:
155 // A parameterized test fixture must be derived from testing::Test and from
156 // testing::WithParamInterface<T>, where T is the type of the parameter
162 class BaseTest : public ::testing::Test {
167 class DerivedTest : public BaseTest, public ::testing::WithParamInterface<int> {
197 namespace testing { namespace
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-filepath.h 45 namespace testing { namespace
204 } // namespace testing
  /external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/
ListHashCodeTester.java 17 package com.google.common.collect.testing.testers;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractCollectionTestSuiteBuilder.java 17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.testers.CollectionAddAllTester;
20 import com.google.common.collect.testing.testers.CollectionAddTester;
21 import com.google.common.collect.testing.testers.CollectionClearTester;
22 import com.google.common.collect.testing.testers.CollectionContainsAllTester;
23 import com.google.common.collect.testing.testers.CollectionContainsTester;
24 import com.google.common.collect.testing.testers.CollectionCreationTester;
25 import com.google.common.collect.testing.testers.CollectionEqualsTester;
26 import com.google.common.collect.testing.testers.CollectionIsEmptyTester;
27 import com.google.common.collect.testing.testers.CollectionIteratorTester
    [all...]
DerivedIteratorTestSuiteBuilder.java 17 package com.google.common.collect.testing;
DerivedTestIteratorGenerator.java 17 package com.google.common.collect.testing;
IteratorTester.java 17 package com.google.common.collect.testing;
25 * A utility for testing an Iterator implementation by comparing its behavior to
45 * <p>This particular order of operations may be unrealistic, and testing all 3^5
MinimalIterable.java 17 package com.google.common.collect.testing;
49 * <p>This testing utility is not thread-safe.
OneSizeTestContainerGenerator.java 17 package com.google.common.collect.testing;
20 import com.google.common.collect.testing.features.CollectionSize;
25 * The subject-generator interface accepted by Collection testers, for testing
Platform.java 17 package com.google.common.collect.testing;
ReserializingTestSetGenerator.java 17 package com.google.common.collect.testing;
TestCollidingSetGenerator.java 17 package com.google.common.collect.testing;
20 import com.google.common.collect.testing.SampleElements.Colliders;
TestContainerGenerator.java 17 package com.google.common.collect.testing;
61 * com.google.common.collect.testing.features.CollectionFeature#KNOWN_ORDER}
62 * is specified when creating the test suite. It should never run when testing
TestIntegerSortedSetGenerator.java 17 package com.google.common.collect.testing;
26 * Create integer sets for testing collections that are sorted by natural
TestMapGenerator.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/
AbstractListMultimapTester.java 15 package com.google.common.collect.testing.google;
AbstractMultisetTester.java 17 package com.google.common.collect.testing.google;
21 import com.google.common.collect.testing.AbstractCollectionTester;
ListMultimapEqualsTester.java 15 package com.google.common.collect.testing.google;
17 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
21 import com.google.common.collect.testing.Helpers;
22 import com.google.common.collect.testing.features.CollectionSize;
23 import com.google.common.testing.EqualsTester;
MultisetContainsTester.java 15 package com.google.common.collect.testing.google;
17 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
20 import com.google.common.collect.testing.features.CollectionSize;
MultisetFeature.java 17 package com.google.common.collect.testing.google;
21 import com.google.common.collect.testing.features.Feature;
22 import com.google.common.collect.testing.features.TesterAnnotation;

Completed in 417 milliseconds

1 2 3 4 5 67 8 91011>>