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