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