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