HomeSort by relevance Sort by last modified time
    Searched full:parameterized (Results 1 - 25 of 286) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tools/signature-tools/src/signature/model/
IParameterizedType.java 22 * {@code IParameterizedType} models a parameterized type. A parameterized type
38 * Returns the actual type arguments of this parameterized type.
40 * @return the actual type arguments of this parameterized type
45 * Returns the raw type of this parameterized type.
47 * @return the raw type of this parameterized type
52 * Returns the owner type of this parameterized type or {@code null}.
  /libcore/luni/src/main/java/java/lang/reflect/
ParameterizedType.java 21 * This interface represents a parameterized type such as {@code
31 * If this type models a non parameterized type nested within a
32 * parameterized type, this method returns a zero length array. The generic
34 * parameterized type without type arguments.
69 * Returns the declaring type of this parameterized type.
73 * @return the raw type of this parameterized type
  /external/junit/src/org/junit/runners/
Parameterized.java 22 * The custom runner <code>Parameterized</code> implements parameterized tests.
23 * When running a parameterized test class, instances are created for the
30 * &#064;RunWith(Parameterized.class)
61 public class Parameterized extends Suite {
64 * test class constructor by <code>Parameterized</code>
133 public Parameterized(Class<?> klass) throws Throwable {
  /cts/tools/signature-tools/src/signature/model/util/
ITypeFactory.java 54 * Returns the existing parameterized type or creates a new one.
57 * the owner of the parameterized type
59 * the type which is parameterized
62 * @return the parameterized type
  /external/jmonkeyengine/engine/src/core/checkers/quals/
DefaultLocation.java 21 // Especially useful for parameterized classes that provide a lot of
  /external/chromium/testing/gtest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /external/gtest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /external/open-vcdiff/gtest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest-typed-test.h 35 // This header implements typed tests and type-parameterized tests.
43 // First, define a fixture class template. It should be parameterized
87 // Type-parameterized tests are abstract test patterns parameterized
88 // by a type. Compared with typed tests, type-parameterized tests
95 // suite of type-parameterized tests to verify properties that any
103 // First, define a fixture class template. It should be parameterized
110 // Next, declare that you will define a type-parameterized test case
111 // (the _P suffix is for "parameterized" or "pattern", whichever you
115 // Then, use TYPED_TEST_P() to define as many type-parameterized test
    [all...]
  /external/junit/src/org/junit/runners/model/
NoGenericTypeParametersValidator.java 35 private void validateNoTypeParameterOnParameterizedType(ParameterizedType parameterized,
37 for (Type each : parameterized.getActualTypeArguments())
  /external/chromium/base/mac/
scoped_aedesc.h 20 // This class is parameterized for additional type safety checks. You can use
  /external/chromium/testing/gtest/test/
gtest-typed-test_test.cc 42 // type-parameterized test.
170 // This #ifdef block tests type-parameterized tests.
223 // Tests that defining a test for a parameterized test case generates
234 // and SetUp()/TearDown() work correctly in type-parameterized tests.
296 // This also verifies that tests from different type-parameterized
312 // Tests that the same type-parameterized test case can be
316 // Tests that the same type-parameterized test case can be
322 // Tests that a type-parameterized test case can be defined and
352 // Google Test may not support type-parameterized tests with some
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
  /external/gtest/test/
gtest-typed-test_test.cc 42 // type-parameterized test.
170 // This #ifdef block tests type-parameterized tests.
223 // Tests that defining a test for a parameterized test case generates
234 // and SetUp()/TearDown() work correctly in type-parameterized tests.
296 // This also verifies that tests from different type-parameterized
312 // Tests that the same type-parameterized test case can be
316 // Tests that the same type-parameterized test case can be
322 // Tests that a type-parameterized test case can be defined and
352 // Google Test may not support type-parameterized tests with some
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
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-typed-test_test.cc 42 // type-parameterized test.
170 // This #ifdef block tests type-parameterized tests.
223 // Tests that defining a test for a parameterized test case generates
234 // and SetUp()/TearDown() work correctly in type-parameterized tests.
296 // This also verifies that tests from different type-parameterized
312 // Tests that the same type-parameterized test case can be
316 // Tests that the same type-parameterized test case can be
322 // Tests that a type-parameterized test case can be defined and
352 // Google Test may not support type-parameterized tests with some
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
  /external/protobuf/gtest/test/
gtest-typed-test_test.cc 42 // type-parameterized test.
170 // This #ifdef block tests type-parameterized tests.
223 // Tests that defining a test for a parameterized test case generates
234 // and SetUp()/TearDown() work correctly in type-parameterized tests.
296 // This also verifies that tests from different type-parameterized
312 // Tests that the same type-parameterized test case can be
316 // Tests that the same type-parameterized test case can be
322 // Tests that a type-parameterized test case can be defined and
352 // Google Test doesn't support type-parameterized tests on some platforms
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
  /frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
TestLoaderTest.java 24 import org.junit.runners.Parameterized;
46 @RunWith(value = Parameterized.class)
  /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/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/libvpx/libvpx/third_party/googletest/src/
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.

Completed in 701 milliseconds

1 2 3 4 5 6 7 8 91011>>