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