Home
last modified time | relevance | path

Searched refs:typeVariableValue (Results 1 – 1 of 1) sorted by relevance

/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DGenericMetadataSupportTest.java138 …GenericMetadataSupport fromTypeVariableE = inferFrom(typeVariableValue(genericMetadata.actualTypeA… in paramType_return_type_of____values____resolved_to_Collection_and_type_argument_to_Parameterized_Set()
148 …Type firstBoundOfE = ((GenericMetadataSupport.TypeVarBoundedType) typeVariableValue(genericMetadat… in paramType_with_type_parameters_return_type_of____paramType_with_type_params____resolved_to_Collection_and_type_argument_to_Parameterized_Set()
176 …port.BoundedType boundedType = (GenericMetadataSupport.BoundedType) typeVariableValue(genericMetad… in paramType_with_wildcard_return_type_of____returning_wildcard_with_class_lower_bound____resolved_to_List_and_type_argument_to_Integer()
186 …port.BoundedType boundedType = (GenericMetadataSupport.BoundedType) typeVariableValue(genericMetad… in paramType_with_wildcard_return_type_of____returning_wildcard_with_typeVar_lower_bound____resolved_to_List_and_type_argument_to_Integer()
196 …port.BoundedType boundedType = (GenericMetadataSupport.BoundedType) typeVariableValue(genericMetad… in paramType_with_wildcard_return_type_of____returning_wildcard_with_typeVar_upper_bound____resolved_to_List_and_type_argument_to_Integer()
202 …private Type typeVariableValue(Map<TypeVariable<?>, Type> typeVariables, String typeVariableName) { in typeVariableValue() method in GenericMetadataSupportTest