Skip navigation links
A B C D E F H I J K L M N O P R S T U W 

A

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
Creates a new AbstractAnnotationSpecAssert to make assertions on actual AnnotationSpec.
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
Creates a new AbstractArrayTypeNameAssert to make assertions on actual ArrayTypeName.
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
Creates a new AbstractClassNameAssert to make assertions on actual ClassName.
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
Creates a new AbstractCodeBlockAssert to make assertions on actual CodeBlock.
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
Creates a new AbstractFieldSpecAssert to make assertions on actual FieldSpec.
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
Creates a new AbstractJavaFileAssert to make assertions on actual JavaFile.
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
Creates a new AbstractMethodSpecAssert to make assertions on actual MethodSpec.
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
Creates a new AbstractNameAllocatorAssert to make assertions on actual NameAllocator.
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
Creates a new AbstractParameterizedTypeNameAssert to make assertions on actual ParameterizedTypeName.
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
Creates a new AbstractParameterSpecAssert to make assertions on actual ParameterSpec.
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
Creates a new AbstractTypeNameAssert to make assertions on actual TypeName.
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
Creates a new AbstractTypeSpecAssert to make assertions on actual TypeSpec.
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
Creates a new AbstractTypeVariableNameAssert to make assertions on actual TypeVariableName.
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
Creates a new AbstractWildcardTypeNameAssert to make assertions on actual WildcardTypeName.
AnnotationSpecAssert - Class in com.squareup.javapoet
AnnotationSpec specific assertions - Generated by CustomAssertionGenerator.
AnnotationSpecAssert(AnnotationSpec) - Constructor for class com.squareup.javapoet.AnnotationSpecAssert
Creates a new AnnotationSpecAssert to make assertions on actual AnnotationSpec.
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
Creates a new ArrayTypeNameAssert to make assertions on actual ArrayTypeName.
Assertions - Class in com.squareup.javapoet
Entry point for assertions of different data types.
Assertions() - Constructor for class com.squareup.javapoet.Assertions
Creates a new 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
Creates a new instance of AnnotationSpecAssert.
assertThat(ArrayTypeName) - Static method in class com.squareup.javapoet.Assertions
Creates a new instance of ArrayTypeNameAssert.
assertThat(ClassName) - Static method in class com.squareup.javapoet.Assertions
Creates a new instance of ClassNameAssert.
assertThat(CodeBlock) - Static method in class com.squareup.javapoet.Assertions
Creates a new instance of CodeBlockAssert.
assertThat(FieldSpec) - Static method in class com.squareup.javapoet.Assertions
Creates a new instance of FieldSpecAssert.
assertThat(JavaFile) - Static method in class com.squareup.javapoet.Assertions
Creates a new instance of JavaFileAssert.
assertThat(MethodSpec) - Static method in class com.squareup.javapoet.Assertions
Creates a new instance of MethodSpecAssert.
assertThat(NameAllocator) - Static method in class com.squareup.javapoet.Assertions
Creates a new instance of NameAllocatorAssert.
assertThat(ParameterSpec) - Static method in class com.squareup.javapoet.Assertions
Creates a new instance of ParameterSpecAssert.
assertThat(ParameterizedTypeName) - Static method in class com.squareup.javapoet.Assertions
Creates a new instance of ParameterizedTypeNameAssert.
assertThat(TypeName) - Static method in class com.squareup.javapoet.Assertions
Creates a new instance of TypeNameAssert.
assertThat(TypeSpec) - Static method in class com.squareup.javapoet.Assertions
Creates a new instance of TypeSpecAssert.
assertThat(TypeVariableName) - Static method in class com.squareup.javapoet.Assertions
Creates a new instance of TypeVariableNameAssert.
assertThat(WildcardTypeName) - Static method in class com.squareup.javapoet.Assertions
Creates a new instance of WildcardTypeNameAssert.
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
Creates a new "soft" instance of AnnotationSpecAssert.
assertThat(ArrayTypeName) - Method in class com.squareup.javapoet.JUnitSoftAssertions
Creates a new "soft" instance of ArrayTypeNameAssert.
assertThat(ClassName) - Method in class com.squareup.javapoet.JUnitSoftAssertions
Creates a new "soft" instance of ClassNameAssert.
assertThat(CodeBlock) - Method in class com.squareup.javapoet.JUnitSoftAssertions
Creates a new "soft" instance of CodeBlockAssert.
assertThat(FieldSpec) - Method in class com.squareup.javapoet.JUnitSoftAssertions
Creates a new "soft" instance of FieldSpecAssert.
assertThat(JavaFile) - Method in class com.squareup.javapoet.JUnitSoftAssertions
Creates a new "soft" instance of JavaFileAssert.
assertThat(MethodSpec) - Method in class com.squareup.javapoet.JUnitSoftAssertions
Creates a new "soft" instance of MethodSpecAssert.
assertThat(NameAllocator) - Method in class com.squareup.javapoet.JUnitSoftAssertions
Creates a new "soft" instance of NameAllocatorAssert.
assertThat(ParameterSpec) - Method in class com.squareup.javapoet.JUnitSoftAssertions
Creates a new "soft" instance of ParameterSpecAssert.
assertThat(ParameterizedTypeName) - Method in class com.squareup.javapoet.JUnitSoftAssertions
Creates a new "soft" instance of ParameterizedTypeNameAssert.
assertThat(TypeName) - Method in class com.squareup.javapoet.JUnitSoftAssertions
Creates a new "soft" instance of TypeNameAssert.
assertThat(TypeSpec) - Method in class com.squareup.javapoet.JUnitSoftAssertions
Creates a new "soft" instance of TypeSpecAssert.
assertThat(TypeVariableName) - Method in class com.squareup.javapoet.JUnitSoftAssertions
Creates a new "soft" instance of TypeVariableNameAssert.
assertThat(WildcardTypeName) - Method in class com.squareup.javapoet.JUnitSoftAssertions
Creates a new "soft" instance of WildcardTypeNameAssert.
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
Creates a new "soft" instance of AnnotationSpecAssert.
assertThat(ArrayTypeName) - Method in class com.squareup.javapoet.SoftAssertions
Creates a new "soft" instance of ArrayTypeNameAssert.
assertThat(ClassName) - Method in class com.squareup.javapoet.SoftAssertions
Creates a new "soft" instance of ClassNameAssert.
assertThat(CodeBlock) - Method in class com.squareup.javapoet.SoftAssertions
Creates a new "soft" instance of CodeBlockAssert.
assertThat(FieldSpec) - Method in class com.squareup.javapoet.SoftAssertions
Creates a new "soft" instance of FieldSpecAssert.
assertThat(JavaFile) - Method in class com.squareup.javapoet.SoftAssertions
Creates a new "soft" instance of JavaFileAssert.
assertThat(MethodSpec) - Method in class com.squareup.javapoet.SoftAssertions
Creates a new "soft" instance of MethodSpecAssert.
assertThat(NameAllocator) - Method in class com.squareup.javapoet.SoftAssertions
Creates a new "soft" instance of NameAllocatorAssert.
assertThat(ParameterSpec) - Method in class com.squareup.javapoet.SoftAssertions
Creates a new "soft" instance of ParameterSpecAssert.
assertThat(ParameterizedTypeName) - Method in class com.squareup.javapoet.SoftAssertions
Creates a new "soft" instance of ParameterizedTypeNameAssert.
assertThat(TypeName) - Method in class com.squareup.javapoet.SoftAssertions
Creates a new "soft" instance of TypeNameAssert.
assertThat(TypeSpec) - Method in class com.squareup.javapoet.SoftAssertions
Creates a new "soft" instance of TypeSpecAssert.
assertThat(TypeVariableName) - Method in class com.squareup.javapoet.SoftAssertions
Creates a new "soft" instance of TypeVariableNameAssert.
assertThat(WildcardTypeName) - Method in class com.squareup.javapoet.SoftAssertions
Creates a new "soft" instance of WildcardTypeNameAssert.
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.

B

BddAssertions - Class in com.squareup.javapoet
Entry point for BDD assertions of different data types.
BddAssertions() - Constructor for class com.squareup.javapoet.BddAssertions
Creates a new BddAssertions.

C

ClassNameAssert - Class in com.squareup.javapoet
ClassName specific assertions - Generated by CustomAssertionGenerator.
ClassNameAssert(ClassName) - Constructor for class com.squareup.javapoet.ClassNameAssert
Creates a new ClassNameAssert to make assertions on actual ClassName.
CodeBlockAssert - Class in com.squareup.javapoet
CodeBlock specific assertions - Generated by CustomAssertionGenerator.
CodeBlockAssert(CodeBlock) - Constructor for class com.squareup.javapoet.CodeBlockAssert
Creates a new CodeBlockAssert to make assertions on actual CodeBlock.
codeBlockContents(Matcher<? super String>) - Static method in class org.raml.testutils.matchers.CodeBlockMatchers
 
CodeBlockMatchers - Class in org.raml.testutils.matchers
Created by Jean-Philippe Belanger on 3/4/17.
CodeBlockMatchers() - Constructor for class org.raml.testutils.matchers.CodeBlockMatchers
 
codeContent(Matcher<String>) - Static method in class org.raml.testutils.matchers.MethodSpecMatchers
 
com.squareup.javapoet - package com.squareup.javapoet
 

D

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.

E

EntryMatchers - Class in org.raml.testutils.matchers
Created by Jean-Philippe Belanger on 3/4/17.
EntryMatchers() - Constructor for class org.raml.testutils.matchers.EntryMatchers
 

F

fieldName(Matcher<String>) - Static method in class org.raml.testutils.matchers.FieldSpecMatchers
 
fields(Matcher<Iterable<? extends FieldSpec>>) - Static method in class org.raml.testutils.matchers.TypeSpecMatchers
 
FieldSpecAssert - Class in com.squareup.javapoet
FieldSpec specific assertions - Generated by CustomAssertionGenerator.
FieldSpecAssert(FieldSpec) - Constructor for class com.squareup.javapoet.FieldSpecAssert
Creates a new FieldSpecAssert to make assertions on actual FieldSpec.
FieldSpecMatchers - Class in org.raml.testutils.matchers
Created by Jean-Philippe Belanger on 3/15/17.
FieldSpecMatchers() - Constructor for class org.raml.testutils.matchers.FieldSpecMatchers
 
fieldType(Matcher<T>) - Static method in class org.raml.testutils.matchers.FieldSpecMatchers
 

H

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.

I

initializer(Matcher<String>) - Static method in class org.raml.testutils.matchers.FieldSpecMatchers
 
innerTypes(Matcher<Iterable<? extends TypeSpec>>) - Static method in class org.raml.testutils.matchers.TypeSpecMatchers
 
isAnnotated() - Method in class com.squareup.javapoet.AbstractClassNameAssert
Verifies that the actual ClassName is annotated.
isAnnotated() - Method in class com.squareup.javapoet.AbstractTypeNameAssert
Verifies that the actual TypeName is annotated.
isBoxedPrimitive() - Method in class com.squareup.javapoet.AbstractTypeNameAssert
Verifies that the actual TypeName is boxed primitive.
isConstructor() - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
Verifies that the actual MethodSpec is constructor.
isEmpty() - Method in class com.squareup.javapoet.AbstractCodeBlockAssert
Verifies that the actual CodeBlock is empty.
isNotAnnotated() - Method in class com.squareup.javapoet.AbstractClassNameAssert
Verifies that the actual ClassName is not annotated.
isNotAnnotated() - Method in class com.squareup.javapoet.AbstractTypeNameAssert
Verifies that the actual TypeName is not annotated.
isNotBoxedPrimitive() - Method in class com.squareup.javapoet.AbstractTypeNameAssert
Verifies that the actual TypeName is not boxed primitive.
isNotConstructor() - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
Verifies that the actual MethodSpec is not constructor.
isNotEmpty() - Method in class com.squareup.javapoet.AbstractCodeBlockAssert
Verifies that the actual CodeBlock is not empty.
isNotPrimitive() - Method in class com.squareup.javapoet.AbstractTypeNameAssert
Verifies that the actual TypeName is not primitive.
isNotSkipJavaLangImports() - Method in class com.squareup.javapoet.AbstractJavaFileAssert
Verifies that the actual JavaFile is not skipJavaLangImports.
isNotVarargs() - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
Verifies that the actual MethodSpec is not varargs.
isPrimitive() - Method in class com.squareup.javapoet.AbstractTypeNameAssert
Verifies that the actual TypeName is primitive.
isSkipJavaLangImports() - Method in class com.squareup.javapoet.AbstractJavaFileAssert
Verifies that the actual JavaFile is skipJavaLangImports.
isVarargs() - Method in class com.squareup.javapoet.AbstractMethodSpecAssert
Verifies that the actual MethodSpec is varargs.

J

JavaFileAssert - Class in com.squareup.javapoet
JavaFile specific assertions - Generated by CustomAssertionGenerator.
JavaFileAssert(JavaFile) - Constructor for class com.squareup.javapoet.JavaFileAssert
Creates a new JavaFileAssert to make assertions on actual JavaFile.
JUnitSoftAssertions - Class in com.squareup.javapoet
Like SoftAssertions but as a junit rule that takes care of calling assertAll() at the end of each test.
JUnitSoftAssertions() - Constructor for class com.squareup.javapoet.JUnitSoftAssertions
 

K

key(Matcher<?>) - Static method in class org.raml.testutils.matchers.EntryMatchers
 

L

ListAssert - Class in org.raml.testutils.assertj
Created.
ListAssert() - Constructor for class org.raml.testutils.assertj.ListAssert
 
listMatches(List<? extends T>, List<Consumer<T>>) - Static method in class org.raml.testutils.assertj.ListAssert
 
listMatches(List<? extends T>, Consumer<T>...) - Static method in class org.raml.testutils.assertj.ListAssert
 

M

member(String, Matcher<Iterable<? extends CodeBlock>>) - Static method in class org.raml.testutils.matchers.AnnotationSpecMatchers
 
methodName(Matcher<String>) - Static method in class org.raml.testutils.matchers.MethodSpecMatchers
 
methods(Matcher<Iterable<? extends MethodSpec>>) - Static method in class org.raml.testutils.matchers.TypeSpecMatchers
 
MethodSpecAssert - Class in com.squareup.javapoet
MethodSpec specific assertions - Generated by CustomAssertionGenerator.
MethodSpecAssert(MethodSpec) - Constructor for class com.squareup.javapoet.MethodSpecAssert
Creates a new MethodSpecAssert to make assertions on actual MethodSpec.
MethodSpecMatchers - Class in org.raml.testutils.matchers
Created by Jean-Philippe Belanger on 3/4/17.
MethodSpecMatchers() - Constructor for class org.raml.testutils.matchers.MethodSpecMatchers
 
mockito() - Method in class org.raml.testutils.UnitTest
 

N

name(Matcher<String>) - Static method in class org.raml.testutils.matchers.TypeSpecMatchers
 
NameAllocatorAssert - Class in com.squareup.javapoet
NameAllocator specific assertions - Generated by CustomAssertionGenerator.
NameAllocatorAssert(NameAllocator) - Constructor for class com.squareup.javapoet.NameAllocatorAssert
Creates a new NameAllocatorAssert to make assertions on actual NameAllocator.

O

org.raml.testutils - package org.raml.testutils
 
org.raml.testutils.assertj - package org.raml.testutils.assertj
 
org.raml.testutils.matchers - package org.raml.testutils.matchers
 

P

ParameterizedTypeNameAssert - Class in com.squareup.javapoet
ParameterizedTypeName specific assertions - Generated by CustomAssertionGenerator.
ParameterizedTypeNameAssert(ParameterizedTypeName) - Constructor for class com.squareup.javapoet.ParameterizedTypeNameAssert
Creates a new ParameterizedTypeNameAssert to make assertions on actual ParameterizedTypeName.
parameters(Matcher<Iterable<? extends ParameterSpec>>) - Static method in class org.raml.testutils.matchers.MethodSpecMatchers
 
ParameterSpecAssert - Class in com.squareup.javapoet
ParameterSpec specific assertions - Generated by CustomAssertionGenerator.
ParameterSpecAssert(ParameterSpec) - Constructor for class com.squareup.javapoet.ParameterSpecAssert
Creates a new ParameterSpecAssert to make assertions on actual ParameterSpec.
ParameterSpecMatchers - Class in org.raml.testutils.matchers
Created by Jean-Philippe Belanger on 3/15/17.
ParameterSpecMatchers() - Constructor for class org.raml.testutils.matchers.ParameterSpecMatchers
 

R

returnType(Matcher<K>) - Static method in class org.raml.testutils.matchers.MethodSpecMatchers
 

S

SoftAssertions - Class in com.squareup.javapoet
Entry point for soft assertions of different data types.
SoftAssertions() - Constructor for class com.squareup.javapoet.SoftAssertions
 
superInterfaces(Matcher<Iterable<? extends TypeName>>) - Static method in class org.raml.testutils.matchers.TypeSpecMatchers
 

T

then(AnnotationSpec) - Static method in class com.squareup.javapoet.BddAssertions
Creates a new instance of AnnotationSpecAssert.
then(ArrayTypeName) - Static method in class com.squareup.javapoet.BddAssertions
Creates a new instance of ArrayTypeNameAssert.
then(ClassName) - Static method in class com.squareup.javapoet.BddAssertions
Creates a new instance of ClassNameAssert.
then(CodeBlock) - Static method in class com.squareup.javapoet.BddAssertions
Creates a new instance of CodeBlockAssert.
then(FieldSpec) - Static method in class com.squareup.javapoet.BddAssertions
Creates a new instance of FieldSpecAssert.
then(JavaFile) - Static method in class com.squareup.javapoet.BddAssertions
Creates a new instance of JavaFileAssert.
then(MethodSpec) - Static method in class com.squareup.javapoet.BddAssertions
Creates a new instance of MethodSpecAssert.
then(NameAllocator) - Static method in class com.squareup.javapoet.BddAssertions
Creates a new instance of NameAllocatorAssert.
then(ParameterSpec) - Static method in class com.squareup.javapoet.BddAssertions
Creates a new instance of ParameterSpecAssert.
then(ParameterizedTypeName) - Static method in class com.squareup.javapoet.BddAssertions
Creates a new instance of ParameterizedTypeNameAssert.
then(TypeName) - Static method in class com.squareup.javapoet.BddAssertions
Creates a new instance of TypeNameAssert.
then(TypeSpec) - Static method in class com.squareup.javapoet.BddAssertions
Creates a new instance of TypeSpecAssert.
then(TypeVariableName) - Static method in class com.squareup.javapoet.BddAssertions
Creates a new instance of TypeVariableNameAssert.
then(WildcardTypeName) - Static method in class com.squareup.javapoet.BddAssertions
Creates a new instance of WildcardTypeNameAssert.
type(Matcher<Q>) - Static method in class org.raml.testutils.matchers.ParameterSpecMatchers
 
typeName(Matcher<? super ClassName>) - Static method in class org.raml.testutils.matchers.TypeNameMatcher
 
TypeNameAssert - Class in com.squareup.javapoet
TypeName specific assertions - Generated by CustomAssertionGenerator.
TypeNameAssert(TypeName) - Constructor for class com.squareup.javapoet.TypeNameAssert
Creates a new TypeNameAssert to make assertions on actual TypeName.
TypeNameMatcher - Class in org.raml.testutils.matchers
Created.
TypeNameMatcher() - Constructor for class org.raml.testutils.matchers.TypeNameMatcher
 
TypeSpecAssert - Class in com.squareup.javapoet
TypeSpec specific assertions - Generated by CustomAssertionGenerator.
TypeSpecAssert(TypeSpec) - Constructor for class com.squareup.javapoet.TypeSpecAssert
Creates a new TypeSpecAssert to make assertions on actual TypeSpec.
TypeSpecMatchers - Class in org.raml.testutils.matchers
Created by Jean-Philippe Belanger on 3/4/17.
TypeSpecMatchers() - Constructor for class org.raml.testutils.matchers.TypeSpecMatchers
 
TypeVariableNameAssert - Class in com.squareup.javapoet
TypeVariableName specific assertions - Generated by CustomAssertionGenerator.
TypeVariableNameAssert(TypeVariableName) - Constructor for class com.squareup.javapoet.TypeVariableNameAssert
Creates a new TypeVariableNameAssert to make assertions on actual TypeVariableName.

U

UnitTest - Class in org.raml.testutils
Created by jpbelang on 2017-05-29.
UnitTest() - Constructor for class org.raml.testutils.UnitTest
 

W

WildcardTypeNameAssert - Class in com.squareup.javapoet
WildcardTypeName specific assertions - Generated by CustomAssertionGenerator.
WildcardTypeNameAssert(WildcardTypeName) - Constructor for class com.squareup.javapoet.WildcardTypeNameAssert
Creates a new WildcardTypeNameAssert to make assertions on actual WildcardTypeName.
A B C D E F H I J K L M N O P R S T U W 
Skip navigation links

Copyright © 2019 Mulesoft. All rights reserved.