- AbstractAnnotationSpecAssert<S extends AbstractAnnotationSpecAssert<S,A>,A extends com.squareup.javapoet.AnnotationSpec> - Class in com.squareup.javapoet
-
Abstract base class for AnnotationSpec specific assertions - Generated by CustomAssertionGenerator.
- AbstractAnnotationSpecAssert(A, Class<S>) - Constructor for class com.squareup.javapoet.AbstractAnnotationSpecAssert
-
- AbstractArrayTypeNameAssert<S extends AbstractArrayTypeNameAssert<S,A>,A extends com.squareup.javapoet.ArrayTypeName> - Class in com.squareup.javapoet
-
Abstract base class for ArrayTypeName specific assertions - Generated by CustomAssertionGenerator.
- AbstractArrayTypeNameAssert(A, Class<S>) - Constructor for class com.squareup.javapoet.AbstractArrayTypeNameAssert
-
- AbstractClassNameAssert<S extends AbstractClassNameAssert<S,A>,A extends com.squareup.javapoet.ClassName> - Class in com.squareup.javapoet
-
Abstract base class for ClassName specific assertions - Generated by CustomAssertionGenerator.
- AbstractClassNameAssert(A, Class<S>) - Constructor for class com.squareup.javapoet.AbstractClassNameAssert
-
- AbstractCodeBlockAssert<S extends AbstractCodeBlockAssert<S,A>,A extends com.squareup.javapoet.CodeBlock> - Class in com.squareup.javapoet
-
Abstract base class for CodeBlock specific assertions - Generated by CustomAssertionGenerator.
- AbstractCodeBlockAssert(A, Class<S>) - Constructor for class com.squareup.javapoet.AbstractCodeBlockAssert
-
- AbstractFieldSpecAssert<S extends AbstractFieldSpecAssert<S,A>,A extends com.squareup.javapoet.FieldSpec> - Class in com.squareup.javapoet
-
Abstract base class for FieldSpec specific assertions - Generated by CustomAssertionGenerator.
- AbstractFieldSpecAssert(A, Class<S>) - Constructor for class com.squareup.javapoet.AbstractFieldSpecAssert
-
- AbstractJavaFileAssert<S extends AbstractJavaFileAssert<S,A>,A extends com.squareup.javapoet.JavaFile> - Class in com.squareup.javapoet
-
Abstract base class for JavaFile specific assertions - Generated by CustomAssertionGenerator.
- AbstractJavaFileAssert(A, Class<S>) - Constructor for class com.squareup.javapoet.AbstractJavaFileAssert
-
- AbstractMethodSpecAssert<S extends AbstractMethodSpecAssert<S,A>,A extends com.squareup.javapoet.MethodSpec> - Class in com.squareup.javapoet
-
Abstract base class for MethodSpec specific assertions - Generated by CustomAssertionGenerator.
- AbstractMethodSpecAssert(A, Class<S>) - Constructor for class com.squareup.javapoet.AbstractMethodSpecAssert
-
- AbstractNameAllocatorAssert<S extends AbstractNameAllocatorAssert<S,A>,A extends com.squareup.javapoet.NameAllocator> - Class in com.squareup.javapoet
-
Abstract base class for NameAllocator specific assertions - Generated by CustomAssertionGenerator.
- AbstractNameAllocatorAssert(A, Class<S>) - Constructor for class com.squareup.javapoet.AbstractNameAllocatorAssert
-
- AbstractParameterizedTypeNameAssert<S extends AbstractParameterizedTypeNameAssert<S,A>,A extends com.squareup.javapoet.ParameterizedTypeName> - Class in com.squareup.javapoet
-
Abstract base class for ParameterizedTypeName specific assertions - Generated by CustomAssertionGenerator.
- AbstractParameterizedTypeNameAssert(A, Class<S>) - Constructor for class com.squareup.javapoet.AbstractParameterizedTypeNameAssert
-
- AbstractParameterSpecAssert<S extends AbstractParameterSpecAssert<S,A>,A extends com.squareup.javapoet.ParameterSpec> - Class in com.squareup.javapoet
-
Abstract base class for ParameterSpec specific assertions - Generated by CustomAssertionGenerator.
- AbstractParameterSpecAssert(A, Class<S>) - Constructor for class com.squareup.javapoet.AbstractParameterSpecAssert
-
- AbstractTypeNameAssert<S extends AbstractTypeNameAssert<S,A>,A extends com.squareup.javapoet.TypeName> - Class in com.squareup.javapoet
-
Abstract base class for TypeName specific assertions - Generated by CustomAssertionGenerator.
- AbstractTypeNameAssert(A, Class<S>) - Constructor for class com.squareup.javapoet.AbstractTypeNameAssert
-
- AbstractTypeSpecAssert<S extends AbstractTypeSpecAssert<S,A>,A extends com.squareup.javapoet.TypeSpec> - Class in com.squareup.javapoet
-
Abstract base class for TypeSpec specific assertions - Generated by CustomAssertionGenerator.
- AbstractTypeSpecAssert(A, Class<S>) - Constructor for class com.squareup.javapoet.AbstractTypeSpecAssert
-
- AbstractTypeVariableNameAssert<S extends AbstractTypeVariableNameAssert<S,A>,A extends com.squareup.javapoet.TypeVariableName> - Class in com.squareup.javapoet
-
Abstract base class for TypeVariableName specific assertions - Generated by CustomAssertionGenerator.
- AbstractTypeVariableNameAssert(A, Class<S>) - Constructor for class com.squareup.javapoet.AbstractTypeVariableNameAssert
-
- AbstractWildcardTypeNameAssert<S extends AbstractWildcardTypeNameAssert<S,A>,A extends com.squareup.javapoet.WildcardTypeName> - Class in com.squareup.javapoet
-
Abstract base class for WildcardTypeName specific assertions - Generated by CustomAssertionGenerator.
- AbstractWildcardTypeNameAssert(A, Class<S>) - Constructor for class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
- AnnotationSpecAssert - Class in com.squareup.javapoet
-
AnnotationSpec specific assertions - Generated by CustomAssertionGenerator.
- AnnotationSpecAssert(AnnotationSpec) - Constructor for class com.squareup.javapoet.AnnotationSpecAssert
-
- AnnotationSpecMatchers - Class in org.raml.testutils.matchers
-
Created by Jean-Philippe Belanger on 3/4/17.
- AnnotationSpecMatchers() - Constructor for class org.raml.testutils.matchers.AnnotationSpecMatchers
-
- ArrayTypeNameAssert - Class in com.squareup.javapoet
-
ArrayTypeName specific assertions - Generated by CustomAssertionGenerator.
- ArrayTypeNameAssert(ArrayTypeName) - Constructor for class com.squareup.javapoet.ArrayTypeNameAssert
-
- Assertions - Class in com.squareup.javapoet
-
Entry point for assertions of different data types.
- Assertions() - Constructor for class com.squareup.javapoet.Assertions
-
- assertThat(AnnotationSpec) - Static method in class com.squareup.javapoet.AnnotationSpecAssert
-
An entry point for AnnotationSpecAssert to follow AssertJ standard assertThat() statements.
With a static import, one can write directly: assertThat(myAnnotationSpec) and get specific assertion with code completion.
- assertThat(ArrayTypeName) - Static method in class com.squareup.javapoet.ArrayTypeNameAssert
-
An entry point for ArrayTypeNameAssert to follow AssertJ standard assertThat() statements.
With a static import, one can write directly: assertThat(myArrayTypeName) and get specific assertion with code completion.
- assertThat(AnnotationSpec) - Static method in class com.squareup.javapoet.Assertions
-
- assertThat(ArrayTypeName) - Static method in class com.squareup.javapoet.Assertions
-
- assertThat(ClassName) - Static method in class com.squareup.javapoet.Assertions
-
- assertThat(CodeBlock) - Static method in class com.squareup.javapoet.Assertions
-
- assertThat(FieldSpec) - Static method in class com.squareup.javapoet.Assertions
-
- assertThat(JavaFile) - Static method in class com.squareup.javapoet.Assertions
-
- assertThat(MethodSpec) - Static method in class com.squareup.javapoet.Assertions
-
- assertThat(NameAllocator) - Static method in class com.squareup.javapoet.Assertions
-
- assertThat(ParameterSpec) - Static method in class com.squareup.javapoet.Assertions
-
- assertThat(ParameterizedTypeName) - Static method in class com.squareup.javapoet.Assertions
-
- assertThat(TypeName) - Static method in class com.squareup.javapoet.Assertions
-
- assertThat(TypeSpec) - Static method in class com.squareup.javapoet.Assertions
-
- assertThat(TypeVariableName) - Static method in class com.squareup.javapoet.Assertions
-
- assertThat(WildcardTypeName) - Static method in class com.squareup.javapoet.Assertions
-
- assertThat(ClassName) - Static method in class com.squareup.javapoet.ClassNameAssert
-
An entry point for ClassNameAssert to follow AssertJ standard assertThat() statements.
With a static import, one can write directly: assertThat(myClassName) and get specific assertion with code completion.
- assertThat(CodeBlock) - Static method in class com.squareup.javapoet.CodeBlockAssert
-
An entry point for CodeBlockAssert to follow AssertJ standard assertThat() statements.
With a static import, one can write directly: assertThat(myCodeBlock) and get specific assertion with code completion.
- assertThat(FieldSpec) - Static method in class com.squareup.javapoet.FieldSpecAssert
-
An entry point for FieldSpecAssert to follow AssertJ standard assertThat() statements.
With a static import, one can write directly: assertThat(myFieldSpec) and get specific assertion with code completion.
- assertThat(JavaFile) - Static method in class com.squareup.javapoet.JavaFileAssert
-
An entry point for JavaFileAssert to follow AssertJ standard assertThat() statements.
With a static import, one can write directly: assertThat(myJavaFile) and get specific assertion with code completion.
- assertThat(AnnotationSpec) - Method in class com.squareup.javapoet.JUnitSoftAssertions
-
- assertThat(ArrayTypeName) - Method in class com.squareup.javapoet.JUnitSoftAssertions
-
- assertThat(ClassName) - Method in class com.squareup.javapoet.JUnitSoftAssertions
-
- assertThat(CodeBlock) - Method in class com.squareup.javapoet.JUnitSoftAssertions
-
- assertThat(FieldSpec) - Method in class com.squareup.javapoet.JUnitSoftAssertions
-
- assertThat(JavaFile) - Method in class com.squareup.javapoet.JUnitSoftAssertions
-
- assertThat(MethodSpec) - Method in class com.squareup.javapoet.JUnitSoftAssertions
-
- assertThat(NameAllocator) - Method in class com.squareup.javapoet.JUnitSoftAssertions
-
- assertThat(ParameterSpec) - Method in class com.squareup.javapoet.JUnitSoftAssertions
-
- assertThat(ParameterizedTypeName) - Method in class com.squareup.javapoet.JUnitSoftAssertions
-
- assertThat(TypeName) - Method in class com.squareup.javapoet.JUnitSoftAssertions
-
- assertThat(TypeSpec) - Method in class com.squareup.javapoet.JUnitSoftAssertions
-
- assertThat(TypeVariableName) - Method in class com.squareup.javapoet.JUnitSoftAssertions
-
- assertThat(WildcardTypeName) - Method in class com.squareup.javapoet.JUnitSoftAssertions
-
- assertThat(MethodSpec) - Static method in class com.squareup.javapoet.MethodSpecAssert
-
An entry point for MethodSpecAssert to follow AssertJ standard assertThat() statements.
With a static import, one can write directly: assertThat(myMethodSpec) and get specific assertion with code completion.
- assertThat(NameAllocator) - Static method in class com.squareup.javapoet.NameAllocatorAssert
-
An entry point for NameAllocatorAssert to follow AssertJ standard assertThat() statements.
With a static import, one can write directly: assertThat(myNameAllocator) and get specific assertion with code completion.
- assertThat(ParameterizedTypeName) - Static method in class com.squareup.javapoet.ParameterizedTypeNameAssert
-
An entry point for ParameterizedTypeNameAssert to follow AssertJ standard assertThat() statements.
With a static import, one can write directly: assertThat(myParameterizedTypeName) and get specific assertion with code completion.
- assertThat(ParameterSpec) - Static method in class com.squareup.javapoet.ParameterSpecAssert
-
An entry point for ParameterSpecAssert to follow AssertJ standard assertThat() statements.
With a static import, one can write directly: assertThat(myParameterSpec) and get specific assertion with code completion.
- assertThat(AnnotationSpec) - Method in class com.squareup.javapoet.SoftAssertions
-
- assertThat(ArrayTypeName) - Method in class com.squareup.javapoet.SoftAssertions
-
- assertThat(ClassName) - Method in class com.squareup.javapoet.SoftAssertions
-
- assertThat(CodeBlock) - Method in class com.squareup.javapoet.SoftAssertions
-
- assertThat(FieldSpec) - Method in class com.squareup.javapoet.SoftAssertions
-
- assertThat(JavaFile) - Method in class com.squareup.javapoet.SoftAssertions
-
- assertThat(MethodSpec) - Method in class com.squareup.javapoet.SoftAssertions
-
- assertThat(NameAllocator) - Method in class com.squareup.javapoet.SoftAssertions
-
- assertThat(ParameterSpec) - Method in class com.squareup.javapoet.SoftAssertions
-
- assertThat(ParameterizedTypeName) - Method in class com.squareup.javapoet.SoftAssertions
-
- assertThat(TypeName) - Method in class com.squareup.javapoet.SoftAssertions
-
- assertThat(TypeSpec) - Method in class com.squareup.javapoet.SoftAssertions
-
- assertThat(TypeVariableName) - Method in class com.squareup.javapoet.SoftAssertions
-
- assertThat(WildcardTypeName) - Method in class com.squareup.javapoet.SoftAssertions
-
- assertThat(TypeName) - Static method in class com.squareup.javapoet.TypeNameAssert
-
An entry point for TypeNameAssert to follow AssertJ standard assertThat() statements.
With a static import, one can write directly: assertThat(myTypeName) and get specific assertion with code completion.
- assertThat(TypeSpec) - Static method in class com.squareup.javapoet.TypeSpecAssert
-
An entry point for TypeSpecAssert to follow AssertJ standard assertThat() statements.
With a static import, one can write directly: assertThat(myTypeSpec) and get specific assertion with code completion.
- assertThat(TypeVariableName) - Static method in class com.squareup.javapoet.TypeVariableNameAssert
-
An entry point for TypeVariableNameAssert to follow AssertJ standard assertThat() statements.
With a static import, one can write directly: assertThat(myTypeVariableName) and get specific assertion with code completion.
- assertThat(WildcardTypeName) - Static method in class com.squareup.javapoet.WildcardTypeNameAssert
-
An entry point for WildcardTypeNameAssert to follow AssertJ standard assertThat() statements.
With a static import, one can write directly: assertThat(myWildcardTypeName) and get specific assertion with code completion.
- doesNotHaveAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's annotations does not contain the given AnnotationSpec elements.
- doesNotHaveAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's annotations does not contain the given AnnotationSpec elements in Collection.
- doesNotHaveAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's annotations does not contain the given AnnotationSpec elements.
- doesNotHaveAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's annotations does not contain the given AnnotationSpec elements in Collection.
- doesNotHaveAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec's annotations does not contain the given AnnotationSpec elements.
- doesNotHaveAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec's annotations does not contain the given AnnotationSpec elements in Collection.
- doesNotHaveAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractTypeNameAssert
-
Verifies that the actual TypeName's annotations does not contain the given AnnotationSpec elements.
- doesNotHaveAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractTypeNameAssert
-
Verifies that the actual TypeName's annotations does not contain the given AnnotationSpec elements in Collection.
- doesNotHaveAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's annotations does not contain the given AnnotationSpec elements.
- doesNotHaveAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's annotations does not contain the given AnnotationSpec elements in Collection.
- doesNotHaveBounds(TypeName...) - Method in class com.squareup.javapoet.AbstractTypeVariableNameAssert
-
Verifies that the actual TypeVariableName's bounds does not contain the given TypeName elements.
- doesNotHaveBounds(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractTypeVariableNameAssert
-
Verifies that the actual TypeVariableName's bounds does not contain the given TypeName elements in Collection.
- doesNotHaveExceptions(TypeName...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's exceptions does not contain the given TypeName elements.
- doesNotHaveExceptions(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's exceptions does not contain the given TypeName elements in Collection.
- doesNotHaveFieldSpecs(FieldSpec...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's fieldSpecs does not contain the given FieldSpec elements.
- doesNotHaveFieldSpecs(Collection<? extends FieldSpec>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's fieldSpecs does not contain the given FieldSpec elements in Collection.
- doesNotHaveLowerBounds(TypeName...) - Method in class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
Verifies that the actual WildcardTypeName's lowerBounds does not contain the given TypeName elements.
- doesNotHaveLowerBounds(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
Verifies that the actual WildcardTypeName's lowerBounds does not contain the given TypeName elements in Collection.
- doesNotHaveMethodSpecs(MethodSpec...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's methodSpecs does not contain the given MethodSpec elements.
- doesNotHaveMethodSpecs(Collection<? extends MethodSpec>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's methodSpecs does not contain the given MethodSpec elements in Collection.
- doesNotHaveModifiers(Modifier...) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's modifiers does not contain the given javax.lang.model.element.Modifier elements.
- doesNotHaveModifiers(Collection<? extends Modifier>) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's modifiers does not contain the given javax.lang.model.element.Modifier elements in Collection.
- doesNotHaveModifiers(Modifier...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's modifiers does not contain the given javax.lang.model.element.Modifier elements.
- doesNotHaveModifiers(Collection<? extends Modifier>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's modifiers does not contain the given javax.lang.model.element.Modifier elements in Collection.
- doesNotHaveModifiers(Modifier...) - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec's modifiers does not contain the given javax.lang.model.element.Modifier elements.
- doesNotHaveModifiers(Collection<? extends Modifier>) - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec's modifiers does not contain the given javax.lang.model.element.Modifier elements in Collection.
- doesNotHaveModifiers(Modifier...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's modifiers does not contain the given javax.lang.model.element.Modifier elements.
- doesNotHaveModifiers(Collection<? extends Modifier>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's modifiers does not contain the given javax.lang.model.element.Modifier elements in Collection.
- doesNotHaveOriginatingElements(Element...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's originatingElements does not contain the given javax.lang.model.element.Element elements.
- doesNotHaveOriginatingElements(Collection<? extends Element>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's originatingElements does not contain the given javax.lang.model.element.Element elements in Collection.
- doesNotHaveParameters(ParameterSpec...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's parameters does not contain the given ParameterSpec elements.
- doesNotHaveParameters(Collection<? extends ParameterSpec>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's parameters does not contain the given ParameterSpec elements in Collection.
- doesNotHaveSuperinterfaces(TypeName...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's superinterfaces does not contain the given TypeName elements.
- doesNotHaveSuperinterfaces(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's superinterfaces does not contain the given TypeName elements in Collection.
- doesNotHaveTypeArguments(TypeName...) - Method in class com.squareup.javapoet.AbstractParameterizedTypeNameAssert
-
Verifies that the actual ParameterizedTypeName's typeArguments does not contain the given TypeName elements.
- doesNotHaveTypeArguments(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractParameterizedTypeNameAssert
-
Verifies that the actual ParameterizedTypeName's typeArguments does not contain the given TypeName elements in Collection.
- doesNotHaveTypeSpecs(TypeSpec...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's typeSpecs does not contain the given TypeSpec elements.
- doesNotHaveTypeSpecs(Collection<? extends TypeSpec>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's typeSpecs does not contain the given TypeSpec elements in Collection.
- doesNotHaveTypeVariables(TypeVariableName...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's typeVariables does not contain the given TypeVariableName elements.
- doesNotHaveTypeVariables(Collection<? extends TypeVariableName>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's typeVariables does not contain the given TypeVariableName elements in Collection.
- doesNotHaveTypeVariables(TypeVariableName...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's typeVariables does not contain the given TypeVariableName elements.
- doesNotHaveTypeVariables(Collection<? extends TypeVariableName>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's typeVariables does not contain the given TypeVariableName elements in Collection.
- doesNotHaveUpperBounds(TypeName...) - Method in class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
Verifies that the actual WildcardTypeName's upperBounds does not contain the given TypeName elements.
- doesNotHaveUpperBounds(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
Verifies that the actual WildcardTypeName's upperBounds does not contain the given TypeName elements in Collection.
- hasAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's annotations contains the given AnnotationSpec elements.
- hasAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's annotations contains the given AnnotationSpec elements in Collection.
- hasAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's annotations contains the given AnnotationSpec elements.
- hasAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's annotations contains the given AnnotationSpec elements in Collection.
- hasAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec's annotations contains the given AnnotationSpec elements.
- hasAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec's annotations contains the given AnnotationSpec elements in Collection.
- hasAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractTypeNameAssert
-
Verifies that the actual TypeName's annotations contains the given AnnotationSpec elements.
- hasAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractTypeNameAssert
-
Verifies that the actual TypeName's annotations contains the given AnnotationSpec elements in Collection.
- hasAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's annotations contains the given AnnotationSpec elements.
- hasAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's annotations contains the given AnnotationSpec elements in Collection.
- hasAnonymousTypeArguments(CodeBlock) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's anonymousTypeArguments is equal to the given one.
- hasBounds(TypeName...) - Method in class com.squareup.javapoet.AbstractTypeVariableNameAssert
-
Verifies that the actual TypeVariableName's bounds contains the given TypeName elements.
- hasBounds(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractTypeVariableNameAssert
-
Verifies that the actual TypeVariableName's bounds contains the given TypeName elements in Collection.
- hasCode(CodeBlock) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's code is equal to the given one.
- hasComponentType(TypeName) - Method in class com.squareup.javapoet.AbstractArrayTypeNameAssert
-
Verifies that the actual ArrayTypeName's componentType is equal to the given one.
- hasDefaultValue(CodeBlock) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's defaultValue is equal to the given one.
- hasEnumConstants(Map) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's enumConstants is equal to the given one.
- hasExceptions(TypeName...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's exceptions contains the given TypeName elements.
- hasExceptions(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's exceptions contains the given TypeName elements in Collection.
- hasFieldSpecs(FieldSpec...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's fieldSpecs contains the given FieldSpec elements.
- hasFieldSpecs(Collection<? extends FieldSpec>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's fieldSpecs contains the given FieldSpec elements in Collection.
- hasFileComment(CodeBlock) - Method in class com.squareup.javapoet.AbstractJavaFileAssert
-
Verifies that the actual JavaFile's fileComment is equal to the given one.
- hasInitializer(CodeBlock) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's initializer is equal to the given one.
- hasInitializerBlock(CodeBlock) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's initializerBlock is equal to the given one.
- hasJavadoc(CodeBlock) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's javadoc is equal to the given one.
- hasJavadoc(CodeBlock) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's javadoc is equal to the given one.
- hasJavadoc(CodeBlock) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's javadoc is equal to the given one.
- hasKind(TypeSpec.Kind) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's kind is equal to the given one.
- hasLowerBounds(TypeName...) - Method in class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
Verifies that the actual WildcardTypeName's lowerBounds contains the given TypeName elements.
- hasLowerBounds(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
Verifies that the actual WildcardTypeName's lowerBounds contains the given TypeName elements in Collection.
- hasMember(String) - Static method in class org.raml.testutils.matchers.AnnotationSpecMatchers
-
- hasMembers(Map) - Method in class com.squareup.javapoet.AbstractAnnotationSpecAssert
-
Verifies that the actual AnnotationSpec's members is equal to the given one.
- hasMethodSpecs(MethodSpec...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's methodSpecs contains the given MethodSpec elements.
- hasMethodSpecs(Collection<? extends MethodSpec>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's methodSpecs contains the given MethodSpec elements in Collection.
- hasModifiers(Modifier...) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's modifiers contains the given javax.lang.model.element.Modifier elements.
- hasModifiers(Collection<? extends Modifier>) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's modifiers contains the given javax.lang.model.element.Modifier elements in Collection.
- hasModifiers(Modifier...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's modifiers contains the given javax.lang.model.element.Modifier elements.
- hasModifiers(Collection<? extends Modifier>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's modifiers contains the given javax.lang.model.element.Modifier elements in Collection.
- hasModifiers(Modifier...) - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec's modifiers contains the given javax.lang.model.element.Modifier elements.
- hasModifiers(Collection<? extends Modifier>) - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec's modifiers contains the given javax.lang.model.element.Modifier elements in Collection.
- hasModifiers(Modifier...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's modifiers contains the given javax.lang.model.element.Modifier elements.
- hasModifiers(Collection<? extends Modifier>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's modifiers contains the given javax.lang.model.element.Modifier elements in Collection.
- hasName(String) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's name is equal to the given one.
- hasName(String) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's name is equal to the given one.
- hasName(String) - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec's name is equal to the given one.
- hasName(String) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's name is equal to the given one.
- hasName(String) - Method in class com.squareup.javapoet.AbstractTypeVariableNameAssert
-
Verifies that the actual TypeVariableName's name is equal to the given one.
- hasNoAnnotations() - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec has no annotations.
- hasNoAnnotations() - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec has no annotations.
- hasNoAnnotations() - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec has no annotations.
- hasNoAnnotations() - Method in class com.squareup.javapoet.AbstractTypeNameAssert
-
Verifies that the actual TypeName has no annotations.
- hasNoAnnotations() - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec has no annotations.
- hasNoBounds() - Method in class com.squareup.javapoet.AbstractTypeVariableNameAssert
-
Verifies that the actual TypeVariableName has no bounds.
- hasNoExceptions() - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec has no exceptions.
- hasNoFieldSpecs() - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec has no fieldSpecs.
- hasNoLowerBounds() - Method in class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
Verifies that the actual WildcardTypeName has no lowerBounds.
- hasNoMethodSpecs() - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec has no methodSpecs.
- hasNoModifiers() - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec has no modifiers.
- hasNoModifiers() - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec has no modifiers.
- hasNoModifiers() - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec has no modifiers.
- hasNoModifiers() - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec has no modifiers.
- hasNoOriginatingElements() - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec has no originatingElements.
- hasNoParameters() - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec has no parameters.
- hasNoSuperinterfaces() - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec has no superinterfaces.
- hasNoTypeArguments() - Method in class com.squareup.javapoet.AbstractParameterizedTypeNameAssert
-
Verifies that the actual ParameterizedTypeName has no typeArguments.
- hasNoTypeSpecs() - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec has no typeSpecs.
- hasNoTypeVariables() - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec has no typeVariables.
- hasNoTypeVariables() - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec has no typeVariables.
- hasNoUpperBounds() - Method in class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
Verifies that the actual WildcardTypeName has no upperBounds.
- hasOnlyAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's annotations contains only the given AnnotationSpec elements and nothing else in whatever order.
- hasOnlyAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's annotations contains only the given AnnotationSpec elements in Collection and nothing else in whatever order.
- hasOnlyAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's annotations contains only the given AnnotationSpec elements and nothing else in whatever order.
- hasOnlyAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's annotations contains only the given AnnotationSpec elements in Collection and nothing else in whatever order.
- hasOnlyAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec's annotations contains only the given AnnotationSpec elements and nothing else in whatever order.
- hasOnlyAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec's annotations contains only the given AnnotationSpec elements in Collection and nothing else in whatever order.
- hasOnlyAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractTypeNameAssert
-
Verifies that the actual TypeName's annotations contains only the given AnnotationSpec elements and nothing else in whatever order.
- hasOnlyAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractTypeNameAssert
-
Verifies that the actual TypeName's annotations contains only the given AnnotationSpec elements in Collection and nothing else in whatever order.
- hasOnlyAnnotations(AnnotationSpec...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's annotations contains only the given AnnotationSpec elements and nothing else in whatever order.
- hasOnlyAnnotations(Collection<? extends AnnotationSpec>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's annotations contains only the given AnnotationSpec elements in Collection and nothing else in whatever order.
- hasOnlyBounds(TypeName...) - Method in class com.squareup.javapoet.AbstractTypeVariableNameAssert
-
Verifies that the actual TypeVariableName's bounds contains only the given TypeName elements and nothing else in whatever order.
- hasOnlyBounds(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractTypeVariableNameAssert
-
Verifies that the actual TypeVariableName's bounds contains only the given TypeName elements in Collection and nothing else in whatever order.
- hasOnlyExceptions(TypeName...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's exceptions contains only the given TypeName elements and nothing else in whatever order.
- hasOnlyExceptions(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's exceptions contains only the given TypeName elements in Collection and nothing else in whatever order.
- hasOnlyFieldSpecs(FieldSpec...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's fieldSpecs contains only the given FieldSpec elements and nothing else in whatever order.
- hasOnlyFieldSpecs(Collection<? extends FieldSpec>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's fieldSpecs contains only the given FieldSpec elements in Collection and nothing else in whatever order.
- hasOnlyLowerBounds(TypeName...) - Method in class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
Verifies that the actual WildcardTypeName's lowerBounds contains only the given TypeName elements and nothing else in whatever order.
- hasOnlyLowerBounds(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
Verifies that the actual WildcardTypeName's lowerBounds contains only the given TypeName elements in Collection and nothing else in whatever order.
- hasOnlyMethodSpecs(MethodSpec...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's methodSpecs contains only the given MethodSpec elements and nothing else in whatever order.
- hasOnlyMethodSpecs(Collection<? extends MethodSpec>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's methodSpecs contains only the given MethodSpec elements in Collection and nothing else in whatever order.
- hasOnlyModifiers(Modifier...) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's modifiers contains only the given javax.lang.model.element.Modifier elements and nothing else in whatever order.
- hasOnlyModifiers(Collection<? extends Modifier>) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's modifiers contains only the given javax.lang.model.element.Modifier elements in Collection and nothing else in whatever order.
- hasOnlyModifiers(Modifier...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's modifiers contains only the given javax.lang.model.element.Modifier elements and nothing else in whatever order.
- hasOnlyModifiers(Collection<? extends Modifier>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's modifiers contains only the given javax.lang.model.element.Modifier elements in Collection and nothing else in whatever order.
- hasOnlyModifiers(Modifier...) - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec's modifiers contains only the given javax.lang.model.element.Modifier elements and nothing else in whatever order.
- hasOnlyModifiers(Collection<? extends Modifier>) - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec's modifiers contains only the given javax.lang.model.element.Modifier elements in Collection and nothing else in whatever order.
- hasOnlyModifiers(Modifier...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's modifiers contains only the given javax.lang.model.element.Modifier elements and nothing else in whatever order.
- hasOnlyModifiers(Collection<? extends Modifier>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's modifiers contains only the given javax.lang.model.element.Modifier elements in Collection and nothing else in whatever order.
- hasOnlyOriginatingElements(Element...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's originatingElements contains only the given javax.lang.model.element.Element elements and nothing else in whatever order.
- hasOnlyOriginatingElements(Collection<? extends Element>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's originatingElements contains only the given javax.lang.model.element.Element elements in Collection and nothing else in whatever order.
- hasOnlyParameters(ParameterSpec...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's parameters contains only the given ParameterSpec elements and nothing else in whatever order.
- hasOnlyParameters(Collection<? extends ParameterSpec>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's parameters contains only the given ParameterSpec elements in Collection and nothing else in whatever order.
- hasOnlySuperinterfaces(TypeName...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's superinterfaces contains only the given TypeName elements and nothing else in whatever order.
- hasOnlySuperinterfaces(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's superinterfaces contains only the given TypeName elements in Collection and nothing else in whatever order.
- hasOnlyTypeArguments(TypeName...) - Method in class com.squareup.javapoet.AbstractParameterizedTypeNameAssert
-
Verifies that the actual ParameterizedTypeName's typeArguments contains only the given TypeName elements and nothing else in whatever order.
- hasOnlyTypeArguments(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractParameterizedTypeNameAssert
-
Verifies that the actual ParameterizedTypeName's typeArguments contains only the given TypeName elements in Collection and nothing else in whatever order.
- hasOnlyTypeSpecs(TypeSpec...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's typeSpecs contains only the given TypeSpec elements and nothing else in whatever order.
- hasOnlyTypeSpecs(Collection<? extends TypeSpec>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's typeSpecs contains only the given TypeSpec elements in Collection and nothing else in whatever order.
- hasOnlyTypeVariables(TypeVariableName...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's typeVariables contains only the given TypeVariableName elements and nothing else in whatever order.
- hasOnlyTypeVariables(Collection<? extends TypeVariableName>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's typeVariables contains only the given TypeVariableName elements in Collection and nothing else in whatever order.
- hasOnlyTypeVariables(TypeVariableName...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's typeVariables contains only the given TypeVariableName elements and nothing else in whatever order.
- hasOnlyTypeVariables(Collection<? extends TypeVariableName>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's typeVariables contains only the given TypeVariableName elements in Collection and nothing else in whatever order.
- hasOnlyUpperBounds(TypeName...) - Method in class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
Verifies that the actual WildcardTypeName's upperBounds contains only the given TypeName elements and nothing else in whatever order.
- hasOnlyUpperBounds(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
Verifies that the actual WildcardTypeName's upperBounds contains only the given TypeName elements in Collection and nothing else in whatever order.
- hasOriginatingElements(Element...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's originatingElements contains the given javax.lang.model.element.Element elements.
- hasOriginatingElements(Collection<? extends Element>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's originatingElements contains the given javax.lang.model.element.Element elements in Collection.
- hasPackageName(String) - Method in class com.squareup.javapoet.AbstractJavaFileAssert
-
Verifies that the actual JavaFile's packageName is equal to the given one.
- hasParameters(ParameterSpec...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's parameters contains the given ParameterSpec elements.
- hasParameters(Collection<? extends ParameterSpec>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's parameters contains the given ParameterSpec elements in Collection.
- hasRawType(ClassName) - Method in class com.squareup.javapoet.AbstractParameterizedTypeNameAssert
-
Verifies that the actual ParameterizedTypeName's rawType is equal to the given one.
- hasReturnType(TypeName) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's returnType is equal to the given one.
- hasStaticBlock(CodeBlock) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's staticBlock is equal to the given one.
- hasSuperclass(TypeName) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's superclass is equal to the given one.
- hasSuperinterfaces(TypeName...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's superinterfaces contains the given TypeName elements.
- hasSuperinterfaces(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's superinterfaces contains the given TypeName elements in Collection.
- hasType(TypeName) - Method in class com.squareup.javapoet.AbstractAnnotationSpecAssert
-
Verifies that the actual AnnotationSpec's type is equal to the given one.
- hasType(TypeName) - Method in class com.squareup.javapoet.AbstractFieldSpecAssert
-
Verifies that the actual FieldSpec's type is equal to the given one.
- hasType(TypeName) - Method in class com.squareup.javapoet.AbstractParameterSpecAssert
-
Verifies that the actual ParameterSpec's type is equal to the given one.
- hasTypeArguments(TypeName...) - Method in class com.squareup.javapoet.AbstractParameterizedTypeNameAssert
-
Verifies that the actual ParameterizedTypeName's typeArguments contains the given TypeName elements.
- hasTypeArguments(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractParameterizedTypeNameAssert
-
Verifies that the actual ParameterizedTypeName's typeArguments contains the given TypeName elements in Collection.
- hasTypeSpec(TypeSpec) - Method in class com.squareup.javapoet.AbstractJavaFileAssert
-
Verifies that the actual JavaFile's typeSpec is equal to the given one.
- hasTypeSpecs(TypeSpec...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's typeSpecs contains the given TypeSpec elements.
- hasTypeSpecs(Collection<? extends TypeSpec>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's typeSpecs contains the given TypeSpec elements in Collection.
- hasTypeVariables(TypeVariableName...) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's typeVariables contains the given TypeVariableName elements.
- hasTypeVariables(Collection<? extends TypeVariableName>) - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
-
Verifies that the actual MethodSpec's typeVariables contains the given TypeVariableName elements in Collection.
- hasTypeVariables(TypeVariableName...) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's typeVariables contains the given TypeVariableName elements.
- hasTypeVariables(Collection<? extends TypeVariableName>) - Method in class com.squareup.javapoet.AbstractTypeSpecAssert
-
Verifies that the actual TypeSpec's typeVariables contains the given TypeVariableName elements in Collection.
- hasUpperBounds(TypeName...) - Method in class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
Verifies that the actual WildcardTypeName's upperBounds contains the given TypeName elements.
- hasUpperBounds(Collection<? extends TypeName>) - Method in class com.squareup.javapoet.AbstractWildcardTypeNameAssert
-
Verifies that the actual WildcardTypeName's upperBounds contains the given TypeName elements in Collection.