public class EditableServiceSpecAssert extends AbstractEditableServiceSpecAssert<EditableServiceSpecAssert,io.fabric8.kubernetes.api.model.EditableServiceSpec>
EditableServiceSpec
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractEditableServiceSpecAssert
instead.Constructor and Description |
---|
EditableServiceSpecAssert(io.fabric8.kubernetes.api.model.EditableServiceSpec actual)
Creates a new
to make assertions on actual EditableServiceSpec. |
Modifier and Type | Method and Description |
---|---|
static EditableServiceSpecAssert |
assertThat(io.fabric8.kubernetes.api.model.EditableServiceSpec actual)
An entry point for EditableServiceSpecAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myEditableServiceSpec) and get specific assertion with code completion. |
doesNotHaveDeprecatedPublicIPs, doesNotHaveExternalIPs, doesNotHavePorts, hasAdditionalProperties, hasClusterIP, hasDeprecatedPublicIPs, hasExternalIPs, hasLoadBalancerIP, hasNoDeprecatedPublicIPs, hasNoExternalIPs, hasNoPorts, hasOnlyDeprecatedPublicIPs, hasOnlyExternalIPs, hasOnlyPorts, hasPortalIP, hasPorts, hasSelector, hasSessionAffinity, hasType
as, 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, usingDefaultComparator
public EditableServiceSpecAssert(io.fabric8.kubernetes.api.model.EditableServiceSpec actual)
EditableServiceSpecAssert
to make assertions on actual EditableServiceSpec.actual
- the EditableServiceSpec we want to make assertions on.public static EditableServiceSpecAssert assertThat(io.fabric8.kubernetes.api.model.EditableServiceSpec actual)
assertThat()
statements.assertThat(myEditableServiceSpec)
and get specific assertion with code completion.actual
- the EditableServiceSpec we want to make assertions on.EditableServiceSpecAssert
Copyright © 2011–2016 Red Hat. All rights reserved.