@Generated(value="assertj-assertions-generator") public abstract class AbstractArrayTypeNameAssert<S extends AbstractArrayTypeNameAssert<S,A>,A extends com.squareup.javapoet.ArrayTypeName> extends AbstractTypeNameAssert<S,A>
ArrayTypeName specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractArrayTypeNameAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual ArrayTypeName. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasComponentType(com.squareup.javapoet.TypeName componentType)
Verifies that the actual ArrayTypeName's componentType is equal to the given one.
|
doesNotHaveAnnotations, doesNotHaveAnnotations, hasAnnotations, hasAnnotations, hasNoAnnotations, hasOnlyAnnotations, hasOnlyAnnotations, isAnnotated, isBoxedPrimitive, isNotAnnotated, isNotBoxedPrimitive, isNotPrimitive, isPrimitiveas, as, extracting, hasFieldOrProperty, hasFieldOrPropertyWithValue, hasNoNullFieldsOrProperties, hasNoNullFieldsOrPropertiesExcept, isEqualToComparingFieldByField, isEqualToComparingFieldByFieldRecursively, isEqualToComparingOnlyGivenFields, isEqualToIgnoringGivenFields, isEqualToIgnoringNullFields, usingComparatorForFields, usingComparatorForTypeasList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorprotected AbstractArrayTypeNameAssert(A actual, Class<S> selfType)
AbstractArrayTypeNameAssert to make assertions on actual ArrayTypeName.actual - the ArrayTypeName we want to make assertions on.public S hasComponentType(com.squareup.javapoet.TypeName componentType)
componentType - the given componentType to compare the actual ArrayTypeName's componentType to.AssertionError - - if the actual ArrayTypeName's componentType is not equal to the given one.Copyright © 2019 Mulesoft. All rights reserved.