@Generated(value="assertj-assertions-generator") public abstract class AbstractAnnotationSpecAssert<S extends AbstractAnnotationSpecAssert<S,A>,A extends com.squareup.javapoet.AnnotationSpec> extends org.assertj.core.api.AbstractObjectAssert<S,A>
AnnotationSpec specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAnnotationSpecAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual AnnotationSpec. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasMembers(Map members)
Verifies that the actual AnnotationSpec's members is equal to the given one.
|
S |
hasType(com.squareup.javapoet.TypeName type)
Verifies that the actual AnnotationSpec's type is equal to the given one.
|
as, 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 AbstractAnnotationSpecAssert(A actual, Class<S> selfType)
AbstractAnnotationSpecAssert to make assertions on actual AnnotationSpec.actual - the AnnotationSpec we want to make assertions on.public S hasMembers(Map members)
members - the given members to compare the actual AnnotationSpec's members to.AssertionError - - if the actual AnnotationSpec's members is not equal to the given one.public S hasType(com.squareup.javapoet.TypeName type)
type - the given type to compare the actual AnnotationSpec's type to.AssertionError - - if the actual AnnotationSpec's type is not equal to the given one.Copyright © 2019 Mulesoft. All rights reserved.