public class ParameterAssert extends AbstractParameterAssert<ParameterAssert,io.fabric8.openshift.api.model.Parameter>
Parameter specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractParameterAssert instead.| Constructor and Description |
|---|
ParameterAssert(io.fabric8.openshift.api.model.Parameter actual)
Creates a new
to make assertions on actual Parameter. |
| Modifier and Type | Method and Description |
|---|---|
static ParameterAssert |
assertThat(io.fabric8.openshift.api.model.Parameter actual)
An entry point for ParameterAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myParameter) and get specific assertion with code completion. |
hasAdditionalProperties, hasDescription, hasDisplayName, hasFrom, hasGenerate, hasName, hasRequired, hasValueas, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparatorpublic ParameterAssert(io.fabric8.openshift.api.model.Parameter actual)
ParameterAssert to make assertions on actual Parameter.actual - the Parameter we want to make assertions on.public static ParameterAssert assertThat(io.fabric8.openshift.api.model.Parameter actual)
assertThat() statements.assertThat(myParameter) and get specific assertion with code completion.actual - the Parameter we want to make assertions on.ParameterAssertCopyright © 2011–2015 Red Hat. All rights reserved.