JavaScript is disabled on your browser.
Skip navigation links
A B C D E G I M N P R S T U

A

AbstractTypesContract - Class in net.florianschoppmann.java.type
Contract test for AbstractTypes.
AbstractTypesContract(AbstractTypesProvider) - Constructor for class net.florianschoppmann.java.type.AbstractTypesContract
Constructs a new contract-test instance with the given provider.
AbstractTypesProvider - Interface in net.florianschoppmann.java.type
Provider for AbstractTypes instances in contract tests.
asElement() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.asElement(TypeMirror).
asElementInvalidArguments() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies that AbstractTypes.asElement(TypeMirror) throws expected exceptions.
asMemberOf() - Method in class net.florianschoppmann.java.reflect.ReflectionTypesTest
asType() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies Element.asType().

B

boxedClass() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies that Types.boxedClass(PrimitiveType) throws expected exceptions.
boxingAndUnboxing() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies that Types.unboxedType(TypeMirror) and Types.boxedClass(PrimitiveType) are (essentially) inverse methods of each other.

C

capture() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.capture(TypeMirror).
captureInterdependentRecursiveBound() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
captureSingleRecursiveBound() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
createTests() - Method in class net.florianschoppmann.java.reflect.ReflectionTypesTest
createTypeVariable() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.createTypeVariable(TypeParameterElement, WildcardType).

D

directSupertypes() - Method in class net.florianschoppmann.java.reflect.ReflectionTypesTest

E

ExtendedTypeKindVisitor7Test - Class in net.florianschoppmann.java.type
Unit tests for ExtendedTypeKindVisitor7.
ExtendedTypeKindVisitor7Test() - Constructor for class net.florianschoppmann.java.type.ExtendedTypeKindVisitor7Test

G

getTestName() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
getTypes(Map<Class<?>, TypeElement>) - Method in interface net.florianschoppmann.java.type.AbstractTypesProvider
Puts TypeElement instances into the given map (corresponding to the Class keys) and returns a AbstractTypes instance.

I

ImmutableListTest - Class in net.florianschoppmann.java.reflect
Unit tests for ImmutableList.
ImmutableListTest() - Constructor for class net.florianschoppmann.java.reflect.ImmutableListTest

M

methodWithTypeParameter(T) - Method in class net.florianschoppmann.java.reflect.ReflectionTypesTest

N

net.florianschoppmann.java.reflect - package net.florianschoppmann.java.reflect
net.florianschoppmann.java.type - package net.florianschoppmann.java.type

P

preContract() - Method in interface net.florianschoppmann.java.type.AbstractTypesProvider
Performs pre-contract actions.

R

ReflectionTypesTest - Class in net.florianschoppmann.java.reflect
Unit tests for ReflectionTypes.
ReflectionTypesTest() - Constructor for class net.florianschoppmann.java.reflect.ReflectionTypesTest
requireCondition() - Method in class net.florianschoppmann.java.reflect.ReflectionTypesTest
requireValidElement() - Method in class net.florianschoppmann.java.reflect.ReflectionTypesTest
requireValidElement() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies that AbstractTypes.requireValidElement(javax.lang.model.element.Element) throws a NullPointerException if passed null.
requireValidType() - Method in class net.florianschoppmann.java.reflect.ReflectionTypesTest
requireValidType() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies that AbstractTypes.requireValidType(TypeMirror) does not throw an exception if passed null.
requireValidTypes() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies that AbstractTypes.requireValidTypes(TypeMirror[]) throws exceptions if passed null or an array with null element.
resolveActualTypeArguments() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.resolveActualTypeArguments(TypeElement, TypeMirror) when the second argument is a generic type, a non-generic type, or a primitive type.
resolveActualTypeArgumentsArrays() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.resolveActualTypeArguments(TypeElement, TypeMirror) if the second argument contains an actual type argument that is an array type.
resolveActualTypeArgumentsRaw() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.resolveActualTypeArguments(TypeElement, TypeMirror) if the second argument is a raw type.

S

setup() - Method in class net.florianschoppmann.java.reflect.ReflectionTypesTest
setup() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Performs initialization steps necessary in order to run the contract tests subsequently.
substitute() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.substitute(TypeMirror, Map).

T

test() - Method in class net.florianschoppmann.java.reflect.ImmutableListTest
test() - Method in class net.florianschoppmann.java.type.ExtendedTypeKindVisitor7Test
testContains() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.contains(TypeMirror, TypeMirror).
testContainsInvalidArguments() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies that AbstractTypes.contains(TypeMirror, TypeMirror) throws expected exceptions.
testEqualsAndHashCode() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
testErasure() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.erasure(TypeMirror).
testErasureInvalidArguments() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies that AbstractTypes.erasure(TypeMirror) throws expected exceptions.
testGetIntersectionType() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
testGetNoType() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
testGetNullType() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
testGetPrimitiveType() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies that Types.getPrimitiveType(TypeKind) throws expected exceptions.
testGetTypeVariable() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.getTypeVariable(TypeParameterElement, TypeMirror, TypeMirror, WildcardType).
testIsAssignable() - Method in class net.florianschoppmann.java.reflect.ReflectionTypesTest
testIsSameType() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.isSameType(TypeMirror, TypeMirror).
testIsSameTypeInvalidArguments() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies that AbstractTypes.isSameType(TypeMirror, TypeMirror) throws expected exceptions.
testIsSubtypeArray() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.isSubtype(TypeMirror, TypeMirror) if one of the types is an array type.
testIsSubtypeArrayTypeParameters() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
testIsSubtypeIntersection() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.isSubtype(TypeMirror, TypeMirror) if one of the types is an intersection type.
testIsSubtypeNull() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.isSubtype(TypeMirror, TypeMirror) if one of the types is the null type.
testIsSubtypePrimitive() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.isSubtype(TypeMirror, TypeMirror) if one of the types is a primitive type.
testIsSubtypeRaw() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.isSubtype(TypeMirror, TypeMirror) if one of the types is a raw type.
testIsSubtypeSimpleTypeParameters() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
testIsSubtypeWildcards() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
testSetTypeVariableBounds() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.setTypeVariableBounds(TypeVariable, TypeMirror, TypeMirror).
testSetup() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies the TypeElement instances in typeElementMap.
testToString() - Method in class net.florianschoppmann.java.reflect.ReflectionTypesTest
testToString() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
typeElement() - Method in class net.florianschoppmann.java.reflect.ReflectionTypesTest
typeElementTest() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
typeMirror() - Method in class net.florianschoppmann.java.reflect.ReflectionTypesTest
typeMirror() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies AbstractTypes.typeMirror(java.lang.reflect.Type).
typeParameterElement() - Method in class net.florianschoppmann.java.reflect.ReflectionTypesTest
typeParameterElementTest() - Method in class net.florianschoppmann.java.type.AbstractTypesContract

U

unboxedType() - Method in class net.florianschoppmann.java.type.AbstractTypesContract
Verifies that Types.unboxedType(TypeMirror) throws expected exceptions.
A B C D E G I M N P R S T U
Skip navigation links

Copyright © 2014–2015. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /