public class EditableHTTPIngressRuleValueAssert extends AbstractEditableHTTPIngressRuleValueAssert<EditableHTTPIngressRuleValueAssert,io.fabric8.kubernetes.api.model.extensions.EditableHTTPIngressRuleValue>
EditableHTTPIngressRuleValue specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractEditableHTTPIngressRuleValueAssert instead.| Constructor and Description |
|---|
EditableHTTPIngressRuleValueAssert(io.fabric8.kubernetes.api.model.extensions.EditableHTTPIngressRuleValue actual)
Creates a new
to make assertions on actual EditableHTTPIngressRuleValue. |
| Modifier and Type | Method and Description |
|---|---|
static EditableHTTPIngressRuleValueAssert |
assertThat(io.fabric8.kubernetes.api.model.extensions.EditableHTTPIngressRuleValue actual)
An entry point for EditableHTTPIngressRuleValueAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myEditableHTTPIngressRuleValue) and get specific assertion with code completion. |
doesNotHavePaths, hasAdditionalProperties, hasNoPaths, hasOnlyPaths, hasPathsas, 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 EditableHTTPIngressRuleValueAssert(io.fabric8.kubernetes.api.model.extensions.EditableHTTPIngressRuleValue actual)
EditableHTTPIngressRuleValueAssert to make assertions on actual EditableHTTPIngressRuleValue.actual - the EditableHTTPIngressRuleValue we want to make assertions on.public static EditableHTTPIngressRuleValueAssert assertThat(io.fabric8.kubernetes.api.model.extensions.EditableHTTPIngressRuleValue actual)
assertThat() statements.assertThat(myEditableHTTPIngressRuleValue) and get specific assertion with code completion.actual - the EditableHTTPIngressRuleValue we want to make assertions on.EditableHTTPIngressRuleValueAssertCopyright © 2011–2015 Red Hat. All rights reserved.