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