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