@Generated(value="assertj-assertions-generator") public abstract class AbstractClassNameAssert<S extends AbstractClassNameAssert<S,A>,A extends com.squareup.javapoet.ClassName> extends AbstractTypeNameAssert<S,A>
ClassName specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractClassNameAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual ClassName. |
| Modifier and Type | Method and Description |
|---|---|
S |
isAnnotated()
Verifies that the actual ClassName is annotated.
|
S |
isNotAnnotated()
Verifies that the actual ClassName is not annotated.
|
doesNotHaveAnnotations, doesNotHaveAnnotations, hasAnnotations, hasAnnotations, hasNoAnnotations, hasOnlyAnnotations, hasOnlyAnnotations, isBoxedPrimitive, 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 AbstractClassNameAssert(A actual, Class<S> selfType)
AbstractClassNameAssert to make assertions on actual ClassName.actual - the ClassName we want to make assertions on.public S isAnnotated()
isAnnotated in class AbstractTypeNameAssert<S extends AbstractClassNameAssert<S,A>,A extends com.squareup.javapoet.ClassName>AssertionError - - if the actual ClassName is not annotated.public S isNotAnnotated()
isNotAnnotated in class AbstractTypeNameAssert<S extends AbstractClassNameAssert<S,A>,A extends com.squareup.javapoet.ClassName>AssertionError - - if the actual ClassName is annotated.Copyright © 2019 Mulesoft. All rights reserved.