OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parameterized
(Results
26 - 50
of
403
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/testing/gtest/test/
gtest-param-test2_test.cc
49
// Tests that a
parameterized
test case can be defined in one translation unit
57
// Tests that a
parameterized
test case can be instantiated
gtest-typed-test2_test.cc
39
// Tests that the same type-
parameterized
test case can be
gtest-typed-test_test.h
41
// For testing that the same type-
parameterized
test case can be
/external/gtest/test/
gtest-param-test2_test.cc
49
// Tests that a
parameterized
test case can be defined in one translation unit
57
// Tests that a
parameterized
test case can be instantiated
gtest-typed-test2_test.cc
39
// Tests that the same type-
parameterized
test case can be
gtest-typed-test_test.h
41
// For testing that the same type-
parameterized
test case can be
/external/protobuf/gtest/test/
gtest-param-test2_test.cc
49
// Tests that a
parameterized
test case can be defined in one translation unit
57
// Tests that a
parameterized
test case can be instantiated
gtest-typed-test2_test.cc
39
// Tests that the same type-
parameterized
test case can be
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
TestLoaderTest.java
24
import org.junit.runners.
Parameterized
;
46
@RunWith(value =
Parameterized
.class)
/ndk/sources/third_party/googletest/googletest/test/
gtest-param-test2_test.cc
49
// Tests that a
parameterized
test case can be defined in one translation unit
57
// Tests that a
parameterized
test case can be instantiated
gtest_list_tests_unittest_.cc
77
// A group of value-
parameterized
tests.
135
// A group of type-
parameterized
tests.
/external/chromium/testing/gtest/
CHANGES
11
* Parameters of value-
parameterized
tests are now printed in the
22
* Value-
parameterized
test fixtures can now derive from Test and
97
* New feature: value-
parameterized
tests.
111
* New feature: type-
parameterized
tests.
/external/chromium_org/content/browser/geolocation/
wifi_polling_policy.h
25
// Generic polling policy, constants are compile-time
parameterized
to allow
/external/chromium_org/testing/gtest/
CHANGES
11
* Parameters of value-
parameterized
tests are now printed in the
22
* Value-
parameterized
test fixtures can now derive from Test and
100
* New feature: value-
parameterized
tests.
114
* New feature: type-
parameterized
tests.
/external/gtest/
CHANGES
11
* Parameters of value-
parameterized
tests are now printed in the
22
* Value-
parameterized
test fixtures can now derive from Test and
100
* New feature: value-
parameterized
tests.
114
* New feature: type-
parameterized
tests.
README.android
10
non-fatal failures, value- and type-
parameterized
tests, various
/frameworks/base/core/java/com/android/internal/util/
Predicate.java
21
*
parameterized
type. For example, a {@code RegexPredicate} might implement
/libcore/luni/src/main/java/java/lang/reflect/
GenericArrayType.java
22
* a
parameterized
type or a type variable.
MalformedParameterizedTypeException.java
21
* Indicates that a malformed
parameterized
type has been encountered by a
/external/protobuf/gtest/
CHANGES
46
* New feature: value-
parameterized
tests.
60
* New feature: type-
parameterized
tests.
/external/protobuf/gtest/include/gtest/
gtest-param-test.h.pump
35
// Macros and functions for implementing
parameterized
tests
44
// Value-
parameterized
tests allow you to test your code with different
47
// Here is how you use value-
parameterized
tests:
51
// To write value-
parameterized
tests, first you should define a fixture
61
// Then, use the TEST_P macro to define as many
parameterized
tests
62
// for this fixture as you want. The _P suffix is for "
parameterized
"
166
//
parameterized
tests. When a
parameterized
test case is instantiated
/external/chromium/testing/gtest/test/
gtest-typed-test2_test.cc
39
// Tests that the same type-
parameterized
test case can be
gtest-typed-test_test.h
41
// For testing that the same type-
parameterized
test case can be
/external/libvpx/libvpx/third_party/googletest/src/
CHANGES
38
* Parameters of value-
parameterized
tests are now printed in the
49
* Value-
parameterized
test fixtures can now derive from Test and
127
* New feature: value-
parameterized
tests.
141
* New feature: type-
parameterized
tests.
/external/mockito/src/org/mockito/internal/handler/
InvocationNotifierHandler.java
22
* to the
parameterized
handler.
Completed in 653 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>