@Generated(value="assertj-assertions-generator") public abstract class AbstractWildcardTypeNameAssert<S extends AbstractWildcardTypeNameAssert<S,A>,A extends com.squareup.javapoet.WildcardTypeName> extends AbstractTypeNameAssert<S,A>
WildcardTypeName specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWildcardTypeNameAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual WildcardTypeName. |
| Modifier and Type | Method and Description |
|---|---|
S |
doesNotHaveLowerBounds(Collection<? extends com.squareup.javapoet.TypeName> lowerBounds)
Verifies that the actual WildcardTypeName's lowerBounds does not contain the given TypeName elements in Collection.
|
S |
doesNotHaveLowerBounds(com.squareup.javapoet.TypeName... lowerBounds)
Verifies that the actual WildcardTypeName's lowerBounds does not contain the given TypeName elements.
|
S |
doesNotHaveUpperBounds(Collection<? extends com.squareup.javapoet.TypeName> upperBounds)
Verifies that the actual WildcardTypeName's upperBounds does not contain the given TypeName elements in Collection.
|
S |
doesNotHaveUpperBounds(com.squareup.javapoet.TypeName... upperBounds)
Verifies that the actual WildcardTypeName's upperBounds does not contain the given TypeName elements.
|
S |
hasLowerBounds(Collection<? extends com.squareup.javapoet.TypeName> lowerBounds)
Verifies that the actual WildcardTypeName's lowerBounds contains the given TypeName elements in Collection.
|
S |
hasLowerBounds(com.squareup.javapoet.TypeName... lowerBounds)
Verifies that the actual WildcardTypeName's lowerBounds contains the given TypeName elements.
|
S |
hasNoLowerBounds()
Verifies that the actual WildcardTypeName has no lowerBounds.
|
S |
hasNoUpperBounds()
Verifies that the actual WildcardTypeName has no upperBounds.
|
S |
hasOnlyLowerBounds(Collection<? extends com.squareup.javapoet.TypeName> lowerBounds)
Verifies that the actual WildcardTypeName's lowerBounds contains only the given TypeName elements in Collection and nothing else in whatever order.
|
S |
hasOnlyLowerBounds(com.squareup.javapoet.TypeName... lowerBounds)
Verifies that the actual WildcardTypeName's lowerBounds contains only the given TypeName elements and nothing else in whatever order.
|
S |
hasOnlyUpperBounds(Collection<? extends com.squareup.javapoet.TypeName> upperBounds)
Verifies that the actual WildcardTypeName's upperBounds contains only the given TypeName elements in Collection and nothing else in whatever order.
|
S |
hasOnlyUpperBounds(com.squareup.javapoet.TypeName... upperBounds)
Verifies that the actual WildcardTypeName's upperBounds contains only the given TypeName elements and nothing else in whatever order.
|
S |
hasUpperBounds(Collection<? extends com.squareup.javapoet.TypeName> upperBounds)
Verifies that the actual WildcardTypeName's upperBounds contains the given TypeName elements in Collection.
|
S |
hasUpperBounds(com.squareup.javapoet.TypeName... upperBounds)
Verifies that the actual WildcardTypeName's upperBounds contains the given TypeName elements.
|
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 AbstractWildcardTypeNameAssert(A actual, Class<S> selfType)
AbstractWildcardTypeNameAssert to make assertions on actual WildcardTypeName.actual - the WildcardTypeName we want to make assertions on.public S hasLowerBounds(com.squareup.javapoet.TypeName... lowerBounds)
lowerBounds - the given elements that should be contained in actual WildcardTypeName's lowerBounds.AssertionError - if the actual WildcardTypeName's lowerBounds does not contain all given TypeName elements.public S hasLowerBounds(Collection<? extends com.squareup.javapoet.TypeName> lowerBounds)
lowerBounds - the given elements that should be contained in actual WildcardTypeName's lowerBounds.AssertionError - if the actual WildcardTypeName's lowerBounds does not contain all given TypeName elements.public S hasOnlyLowerBounds(com.squareup.javapoet.TypeName... lowerBounds)
lowerBounds - the given elements that should be contained in actual WildcardTypeName's lowerBounds.AssertionError - if the actual WildcardTypeName's lowerBounds does not contain all given TypeName elements.public S hasOnlyLowerBounds(Collection<? extends com.squareup.javapoet.TypeName> lowerBounds)
lowerBounds - the given elements that should be contained in actual WildcardTypeName's lowerBounds.AssertionError - if the actual WildcardTypeName's lowerBounds does not contain all given TypeName elements.public S doesNotHaveLowerBounds(com.squareup.javapoet.TypeName... lowerBounds)
lowerBounds - the given elements that should not be in actual WildcardTypeName's lowerBounds.AssertionError - if the actual WildcardTypeName's lowerBounds contains any given TypeName elements.public S doesNotHaveLowerBounds(Collection<? extends com.squareup.javapoet.TypeName> lowerBounds)
lowerBounds - the given elements that should not be in actual WildcardTypeName's lowerBounds.AssertionError - if the actual WildcardTypeName's lowerBounds contains any given TypeName elements.public S hasNoLowerBounds()
AssertionError - if the actual WildcardTypeName's lowerBounds is not empty.public S hasUpperBounds(com.squareup.javapoet.TypeName... upperBounds)
upperBounds - the given elements that should be contained in actual WildcardTypeName's upperBounds.AssertionError - if the actual WildcardTypeName's upperBounds does not contain all given TypeName elements.public S hasUpperBounds(Collection<? extends com.squareup.javapoet.TypeName> upperBounds)
upperBounds - the given elements that should be contained in actual WildcardTypeName's upperBounds.AssertionError - if the actual WildcardTypeName's upperBounds does not contain all given TypeName elements.public S hasOnlyUpperBounds(com.squareup.javapoet.TypeName... upperBounds)
upperBounds - the given elements that should be contained in actual WildcardTypeName's upperBounds.AssertionError - if the actual WildcardTypeName's upperBounds does not contain all given TypeName elements.public S hasOnlyUpperBounds(Collection<? extends com.squareup.javapoet.TypeName> upperBounds)
upperBounds - the given elements that should be contained in actual WildcardTypeName's upperBounds.AssertionError - if the actual WildcardTypeName's upperBounds does not contain all given TypeName elements.public S doesNotHaveUpperBounds(com.squareup.javapoet.TypeName... upperBounds)
upperBounds - the given elements that should not be in actual WildcardTypeName's upperBounds.AssertionError - if the actual WildcardTypeName's upperBounds contains any given TypeName elements.public S doesNotHaveUpperBounds(Collection<? extends com.squareup.javapoet.TypeName> upperBounds)
upperBounds - the given elements that should not be in actual WildcardTypeName's upperBounds.AssertionError - if the actual WildcardTypeName's upperBounds contains any given TypeName elements.public S hasNoUpperBounds()
AssertionError - if the actual WildcardTypeName's upperBounds is not empty.Copyright © 2019 Mulesoft. All rights reserved.