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