Home
last modified time | relevance | path

Searched defs:expectedType (Results 1 – 25 of 46) sorted by relevance

12

/external/junit/src/main/java/org/junit/internal/matchers/
DTypeSafeMatcher.java18 private Class<?> expectedType; field in TypeSafeMatcher
48 protected TypeSafeMatcher(Class<T> expectedType) { in TypeSafeMatcher()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DParameterizedRobolectricTestRunnerConfigTest.java23 private final int expectedType; field in ParameterizedRobolectricTestRunnerConfigTest
25 public ParameterizedRobolectricTestRunnerConfigTest(int expectedType) { in ParameterizedRobolectricTestRunnerConfigTest()
/external/robolectric/robolectric/src/test/java/org/robolectric/
DParameterizedRobolectricTestRunnerConfigTest.java23 private final int expectedType; field in ParameterizedRobolectricTestRunnerConfigTest
25 public ParameterizedRobolectricTestRunnerConfigTest(int expectedType) { in ParameterizedRobolectricTestRunnerConfigTest()
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DTypeSafeDiagnosingMatcher.java19 private final Class<?> expectedType; field in TypeSafeDiagnosingMatcher
32 protected TypeSafeDiagnosingMatcher(Class<?> expectedType) { in TypeSafeDiagnosingMatcher()
DTypeSafeMatcher.java16 final private Class<?> expectedType; field in TypeSafeMatcher
30 protected TypeSafeMatcher(Class<?> expectedType) { in TypeSafeMatcher()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/resolution/
DConstructorResolutionLogic.java69 Type expectedType = constructor.getLastParam().getType(); in isApplicable() local
100 Type expectedType = constructor.getParam(i).getType(); in isApplicable() local
DMethodResolutionLogic.java77 Type expectedType = method.getLastParam().getType(); in isApplicable() local
105 Type expectedType = method.getParam(i).getType(); in isApplicable() local
273 Type expectedType = method.getParamType(i); in isApplicable() local
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/
DConstructorResolutionLogic.java69 ResolvedType expectedType = constructor.getLastParam().getType(); in isApplicable() local
100 ResolvedType expectedType = constructor.getParam(i).getType(); in isApplicable() local
DMethodResolutionLogic.java72 ResolvedType expectedType = method.getLastParam().getType(); in isApplicable() local
100 ResolvedType expectedType = method.getParam(i).getType(); in isApplicable() local
265 ResolvedType expectedType = method.getParamType(i); in isApplicable() local
/external/guice/core/src/com/google/inject/internal/
DInternalProvisionException.java72 public static InternalProvisionException circularDependenciesDisabled(Class<?> expectedType) { in circularDependenciesDisabled()
78 public static InternalProvisionException cannotProxyClass(Class<?> expectedType) { in cannotProxyClass()
DProviderInternalFactory.java48 Class<?> expectedType = dependency.getKey().getTypeLiteral().getRawType(); in circularGet() local
DConstructionContext.java61 public Object createProxy(InjectorOptions injectorOptions, Class<?> expectedType) in createProxy()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DRegionTest.java400 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceString() local
431 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceInt() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DRegionTest.java397 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceString() local
428 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceInt() local
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DMethodCallExprContext.java310 ResolvedType expectedType = in resolveMethodTypeParameters() local
343 ResolvedType expectedType = methodUsage.getParamType(i); in resolveMethodTypeParameters() local
353 …private void matchTypeParameters(ResolvedType expectedType, ResolvedType actualType, Map<ResolvedT… in matchTypeParameters()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DMethodCallExprContext.java346 Type expectedType = in resolveMethodTypeParameters() local
379 Type expectedType = methodUsage.getParamType(i); in resolveMethodTypeParameters() local
389 …private void matchTypeParameters(Type expectedType, Type actualType, Map<TypeParameterDeclaration,… in matchTypeParameters()
/external/skia/tests/
DSkDOMTest.cpp17 SkDOM::Type expectedType) { in check_node()
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/instrumentor/
DHookMethodVisitor.kt229 val expectedType = getWrapperTypeDescriptor(returnTypeDescriptor) in handleMethodInsn() constant
/external/angle/src/tests/preprocessor_tests/
Dchar_test.cpp53 int expectedType = pp::Token::LAST; in TEST_P() local
/external/auto/common/src/main/java/com/google/auto/common/
DSuperficialValidation.java297 AnnotationValue annotationValue, TypeMirror expectedType) { in validateAnnotationValue()
/external/turbine/javatests/com/google/turbine/processing/
DTurbineTypesUnaryTest.java65 String expectedType = null; in unboxedType() local
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliCodeFragmentFactoryTest.java250 private void assertVariableType(PsiElement context, String variableName, String expectedType) { in assertVariableType()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java495 …public static MockitoException wrongTypeOfReturnValue(String expectedType, String actualType, Stri… in wrongTypeOfReturnValue()
510 …tic MockitoException wrongTypeReturnedByDefaultAnswer(Object mock, String expectedType, String act… in wrongTypeReturnedByDefaultAnswer()
773 …Exception wrongTypeOfArgumentToReturn(InvocationOnMock invocation, String expectedType, Class<?> a… in wrongTypeOfArgumentToReturn()
/external/icu/icu4c/source/test/intltest/
Dregiontst.cpp400 URegionType expectedType; in TestGetInstanceString() member
455 URegionType expectedType; in TestGetInstanceInt() member
/external/guava/android/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java1077 ParameterizedType expectedType = in testGetSupertype_withTypeVariable() local
1095 ParameterizedType expectedType = in testGetSupertype_withoutTypeVariable() local
1108 ParameterizedType expectedType = in testGetSupertype_chained() local
1166 ParameterizedType expectedType = in testGetSupertype_fullyGenericType() local
1175 Type expectedType = new TypeToken<Map<String, List<Object>>>() {}.getType(); in testGetSupertype_fullySpecializedType() local
1184 Type expectedType = new TypeToken<Map<String, List<V>>>() {}.getType(); in testGetSupertype_partiallySpecializedType() local

12