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