@Generated(value="assertj-assertions-generator") public class ClassNameAssert extends AbstractClassNameAssert<ClassNameAssert,com.squareup.javapoet.ClassName>
ClassName specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractClassNameAssert instead.| Constructor and Description |
|---|
ClassNameAssert(com.squareup.javapoet.ClassName actual)
Creates a new
to make assertions on actual ClassName. |
| Modifier and Type | Method and Description |
|---|---|
static ClassNameAssert |
assertThat(com.squareup.javapoet.ClassName actual)
An entry point for ClassNameAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myClassName) and get specific assertion with code completion. |
isAnnotated, isNotAnnotateddoesNotHaveAnnotations, 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, withThreadDumpOnErrorpublic ClassNameAssert(com.squareup.javapoet.ClassName actual)
ClassNameAssert to make assertions on actual ClassName.actual - the ClassName we want to make assertions on.public static ClassNameAssert assertThat(com.squareup.javapoet.ClassName actual)
assertThat() statements.assertThat(myClassName) and get specific assertion with code completion.actual - the ClassName we want to make assertions on.ClassNameAssertCopyright © 2019 Mulesoft. All rights reserved.