@Generated(value="assertj-assertions-generator") public class WildcardTypeNameAssert extends AbstractWildcardTypeNameAssert<WildcardTypeNameAssert,com.squareup.javapoet.WildcardTypeName>
WildcardTypeName specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractWildcardTypeNameAssert instead.| Constructor and Description |
|---|
WildcardTypeNameAssert(com.squareup.javapoet.WildcardTypeName actual)
Creates a new
to make assertions on actual WildcardTypeName. |
| Modifier and Type | Method and Description |
|---|---|
static WildcardTypeNameAssert |
assertThat(com.squareup.javapoet.WildcardTypeName actual)
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. |
doesNotHaveLowerBounds, doesNotHaveLowerBounds, doesNotHaveUpperBounds, doesNotHaveUpperBounds, hasLowerBounds, hasLowerBounds, hasNoLowerBounds, hasNoUpperBounds, hasOnlyLowerBounds, hasOnlyLowerBounds, hasOnlyUpperBounds, hasOnlyUpperBounds, hasUpperBounds, hasUpperBoundsdoesNotHaveAnnotations, 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 WildcardTypeNameAssert(com.squareup.javapoet.WildcardTypeName actual)
WildcardTypeNameAssert to make assertions on actual WildcardTypeName.actual - the WildcardTypeName we want to make assertions on.public static WildcardTypeNameAssert assertThat(com.squareup.javapoet.WildcardTypeName actual)
assertThat() statements.assertThat(myWildcardTypeName) and get specific assertion with code completion.actual - the WildcardTypeName we want to make assertions on.WildcardTypeNameAssertCopyright © 2019 Mulesoft. All rights reserved.