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