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