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