@Generated(value="assertj-assertions-generator") public class ArrayTypeNameAssert extends AbstractArrayTypeNameAssert<ArrayTypeNameAssert,com.squareup.javapoet.ArrayTypeName>
ArrayTypeName specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractArrayTypeNameAssert instead.| Constructor and Description |
|---|
ArrayTypeNameAssert(com.squareup.javapoet.ArrayTypeName actual)
Creates a new
to make assertions on actual ArrayTypeName. |
| Modifier and Type | Method and Description |
|---|---|
static ArrayTypeNameAssert |
assertThat(com.squareup.javapoet.ArrayTypeName actual)
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. |
hasComponentTypedoesNotHaveAnnotations, 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, withThreadDumpOnErrorpublic ArrayTypeNameAssert(com.squareup.javapoet.ArrayTypeName actual)
ArrayTypeNameAssert to make assertions on actual ArrayTypeName.actual - the ArrayTypeName we want to make assertions on.public static ArrayTypeNameAssert assertThat(com.squareup.javapoet.ArrayTypeName actual)
assertThat() statements.assertThat(myArrayTypeName) and get specific assertion with code completion.actual - the ArrayTypeName we want to make assertions on.ArrayTypeNameAssertCopyright © 2019 Mulesoft. All rights reserved.