OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testing
(Results
101 - 125
of
933
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
Platform.java
17
package com.google.common.collect.
testing
.testers;
SetRemoveTester.java
17
package com.google.common.collect.
testing
.testers;
19
import static com.google.common.collect.
testing
.features.CollectionFeature.SUPPORTS_REMOVE;
20
import static com.google.common.collect.
testing
.features.CollectionSize.ZERO;
23
import com.google.common.collect.
testing
.features.CollectionFeature;
24
import com.google.common.collect.
testing
.features.CollectionSize;
29
* {@link com.google.common.collect.
testing
.ListTestSuiteBuilder}.
/external/guava/guava-testlib/src/com/google/common/testing/
ClusterException.java
17
package com.google.common.
testing
;
FakeTicker.java
17
package com.google.common.
testing
;
Platform.java
17
package com.google.common.
testing
;
/external/guava/guava-testlib/test/com/google/common/collect/testing/
HelpersTest.java
17
package com.google.common.collect.
testing
;
19
import static com.google.common.collect.
testing
.Helpers.NullsBeforeB;
20
import static com.google.common.collect.
testing
.Helpers.testComparator;
OpenJdk6ListTests.java
17
package com.google.common.collect.
testing
;
19
import static com.google.common.collect.
testing
.testers.CollectionToArrayTester.getToArrayIsPlainObjectArrayMethod;
20
import static com.google.common.collect.
testing
.testers.ListAddTester.getAddSupportedNullPresentMethod;
21
import static com.google.common.collect.
testing
.testers.ListListIteratorTester.getListIteratorFullyModifiableMethod;
22
import static com.google.common.collect.
testing
.testers.ListSetTester.getSetNullSupportedMethod;
23
import static com.google.common.collect.
testing
.testers.ListSubListTester.getSubListOriginalListSetAffectsSubListLargeListMethod;
24
import static com.google.common.collect.
testing
.testers.ListSubListTester.getSubListOriginalListSetAffectsSubListMethod;
25
import static com.google.common.collect.
testing
.testers.ListSubListTester.getSubListSubListRemoveAffectsOriginalLargeListMethod;
27
import com.google.common.collect.
testing
.testers.CollectionAddTester;
28
import com.google.common.collect.
testing
.testers.ListAddAtIndexTester
[
all
...]
OpenJdk6MapTests.java
17
package com.google.common.collect.
testing
;
19
import static com.google.common.collect.
testing
.testers.CollectionAddAllTester.getAddAllUnsupportedNonePresentMethod;
20
import static com.google.common.collect.
testing
.testers.CollectionAddAllTester.getAddAllUnsupportedSomePresentMethod;
21
import static com.google.common.collect.
testing
.testers.CollectionAddTester.getAddUnsupportedNotPresentMethod;
22
import static com.google.common.collect.
testing
.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod;
23
import static com.google.common.collect.
testing
.testers.MapCreationTester.getCreateWithNullKeyUnsupportedMethod;
24
import static com.google.common.collect.
testing
.testers.MapEntrySetTester.getContainsEntryWithIncomparableKeyMethod;
25
import static com.google.common.collect.
testing
.testers.MapEntrySetTester.getContainsEntryWithIncomparableValueMethod;
26
import static com.google.common.collect.
testing
.testers.MapPutAllTester.getPutAllNullKeyUnsupportedMethod;
27
import static com.google.common.collect.
testing
.testers.MapPutTester.getPutNullKeyUnsupportedMethod
[
all
...]
OpenJdk6QueueTests.java
17
package com.google.common.collect.
testing
;
19
import static com.google.common.collect.
testing
.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod;
OpenJdk6SetTests.java
17
package com.google.common.collect.
testing
;
19
import static com.google.common.collect.
testing
.testers.CollectionAddAllTester.getAddAllNullUnsupportedMethod;
20
import static com.google.common.collect.
testing
.testers.CollectionAddTester.getAddNullSupportedMethod;
21
import static com.google.common.collect.
testing
.testers.CollectionAddTester.getAddNullUnsupportedMethod;
22
import static com.google.common.collect.
testing
.testers.CollectionCreationTester.getCreateWithNullUnsupportedMethod;
23
import static com.google.common.collect.
testing
.testers.SetAddTester.getAddSupportedNullPresentMethod;
/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
SomeClassThatDoesNotUseNullable.java
17
package com.google.common.
testing
.anotherpackage;
/external/guice/extensions/testlib/src/com/google/inject/testing/fieldbinder/
Bind.java
17
package com.google.inject.
testing
.fieldbinder;
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/
ErrorCodeEnum.pass.cpp
19
enum
testing
enum
27
template <> struct is_error_code_enum<
testing
> : public std::true_type {};
32
make_error_code(
testing
x)
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp
19
enum
testing
enum
27
template <> struct is_error_code_enum<
testing
> : public std::true_type {};
32
make_error_code(
testing
x)
/external/littlemock/src/com/google/testing/littlemock/
ArgumentCaptor.java
17
package com.google.
testing
.littlemock;
LittleMock.java
17
package com.google.
testing
.littlemock;
[
all
...]
/external/llvm/utils/unittest/googletest/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> {
196
namespace
testing
{
namespace
331
namespace
testing
{
namespace
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h
45
namespace
testing
{
namespace
208
} // namespace
testing
/external/mesa3d/src/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/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h
45
namespace
testing
{
namespace
208
} // namespace
testing
/external/protobuf/gtest/include/gtest/
gtest-param-test.h
35
// in Google C++
Testing
Framework (Google Test)
51
// class. It must be derived from
testing
::TestWithParam<T>, where T is
53
// from
testing
::Test. T can be any copyable type. If it's a raw pointer,
56
class FooTest : public ::
testing
::TestWithParam<const char*> {
79
// are all in the
testing
namespace:
167
namespace
testing
{
namespace
[
all
...]
/external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h
45
namespace
testing
{
namespace
208
} // namespace
testing
/external/vulkan-validation-layers/tests/gtest-1.7.0/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
...]
Completed in 1795 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>