public abstract class AbstractPodTemplateFluentAssert<S extends AbstractPodTemplateFluentAssert<S,A>,A extends io.fabric8.kubernetes.api.model.PodTemplateFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
PodTemplateFluent specific assertions - Generated by CustomAssertionGenerator.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPodTemplateFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual PodTemplateFluent. |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual PodTemplateFluent's additionalProperties is equal to the given one.
|
S |
hasAnnotations(Map annotations)
Verifies that the actual PodTemplateFluent's annotations is equal to the given one.
|
S |
hasDesiredState(io.fabric8.kubernetes.api.model.PodState desiredState)
Verifies that the actual PodTemplateFluent's desiredState is equal to the given one.
|
S |
hasLabels(Map labels)
Verifies that the actual PodTemplateFluent's labels is equal to the given one.
|
S |
hasNodeSelector(Map nodeSelector)
Verifies that the actual PodTemplateFluent's nodeSelector is equal to the given one.
|
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, usingDefaultComparatorprotected AbstractPodTemplateFluentAssert(A actual, Class<S> selfType)
AbstractPodTemplateFluentAssert to make assertions on actual PodTemplateFluent.actual - the PodTemplateFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties - the given additionalProperties to compare the actual PodTemplateFluent's additionalProperties to.AssertionError - - if the actual PodTemplateFluent's additionalProperties is not equal to the given one.public S hasAnnotations(Map annotations)
annotations - the given annotations to compare the actual PodTemplateFluent's annotations to.AssertionError - - if the actual PodTemplateFluent's annotations is not equal to the given one.public S hasDesiredState(io.fabric8.kubernetes.api.model.PodState desiredState)
desiredState - the given desiredState to compare the actual PodTemplateFluent's desiredState to.AssertionError - - if the actual PodTemplateFluent's desiredState is not equal to the given one.public S hasLabels(Map labels)
labels - the given labels to compare the actual PodTemplateFluent's labels to.AssertionError - - if the actual PodTemplateFluent's labels is not equal to the given one.public S hasNodeSelector(Map nodeSelector)
nodeSelector - the given nodeSelector to compare the actual PodTemplateFluent's nodeSelector to.AssertionError - - if the actual PodTemplateFluent's nodeSelector is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.