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