public class ReplicaSetSpecAssert extends AbstractReplicaSetSpecAssert<ReplicaSetSpecAssert,io.fabric8.kubernetes.api.model.extensions.ReplicaSetSpec>
ReplicaSetSpec
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractReplicaSetSpecAssert
instead.Constructor and Description |
---|
ReplicaSetSpecAssert(io.fabric8.kubernetes.api.model.extensions.ReplicaSetSpec actual)
Creates a new
to make assertions on actual ReplicaSetSpec. |
Modifier and Type | Method and Description |
---|---|
static ReplicaSetSpecAssert |
assertThat(io.fabric8.kubernetes.api.model.extensions.ReplicaSetSpec actual)
An entry point for ReplicaSetSpecAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myReplicaSetSpec) and get specific assertion with code completion. |
additionalProperties, hasReplicas, selector, template
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, withThreadDumpOnError
public ReplicaSetSpecAssert(io.fabric8.kubernetes.api.model.extensions.ReplicaSetSpec actual)
ReplicaSetSpecAssert
to make assertions on actual ReplicaSetSpec.actual
- the ReplicaSetSpec we want to make assertions on.public static ReplicaSetSpecAssert assertThat(io.fabric8.kubernetes.api.model.extensions.ReplicaSetSpec actual)
assertThat()
statements.assertThat(myReplicaSetSpec)
and get specific assertion with code completion.actual
- the ReplicaSetSpec we want to make assertions on.ReplicaSetSpecAssert
Copyright © 2011–2016 Red Hat. All rights reserved.