public abstract class AbstractContainerImageFluentImplAssert<S extends AbstractContainerImageFluentImplAssert<S,A>,A extends io.fabric8.kubernetes.api.model.ContainerImageFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
ContainerImageFluentImpl
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractContainerImageFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual ContainerImageFluentImpl. |
Modifier and Type | Method and Description |
---|---|
S |
doesNotHaveNames(String... names)
Verifies that the actual ContainerImageFluentImpl's names does not contain the given String elements.
|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual ContainerImageFluentImpl's additionalProperties is equal to the given one.
|
S |
hasNames(String... names)
Verifies that the actual ContainerImageFluentImpl's names contains the given String elements.
|
S |
hasNoNames()
Verifies that the actual ContainerImageFluentImpl has no names.
|
S |
hasOnlyNames(String... names)
Verifies that the actual ContainerImageFluentImpl's names contains only the given String elements and nothing else in whatever order.
|
S |
hasSizeBytes(Long sizeBytes)
Verifies that the actual ContainerImageFluentImpl's sizeBytes 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, usingDefaultComparator
protected AbstractContainerImageFluentImplAssert(A actual, Class<S> selfType)
AbstractContainerImageFluentImplAssert
to make assertions on actual ContainerImageFluentImpl.actual
- the ContainerImageFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual ContainerImageFluentImpl's additionalProperties to.AssertionError
- - if the actual ContainerImageFluentImpl's additionalProperties is not equal to the given one.public S hasNames(String... names)
names
- the given elements that should be contained in actual ContainerImageFluentImpl's names.AssertionError
- if the actual ContainerImageFluentImpl's names does not contain all given String elements.public S hasOnlyNames(String... names)
names
- the given elements that should be contained in actual ContainerImageFluentImpl's names.AssertionError
- if the actual ContainerImageFluentImpl's names does not contain all given String elements.public S doesNotHaveNames(String... names)
names
- the given elements that should not be in actual ContainerImageFluentImpl's names.AssertionError
- if the actual ContainerImageFluentImpl's names contains any given String elements.public S hasNoNames()
AssertionError
- if the actual ContainerImageFluentImpl's names is not empty.public S hasSizeBytes(Long sizeBytes)
sizeBytes
- the given sizeBytes to compare the actual ContainerImageFluentImpl's sizeBytes to.AssertionError
- - if the actual ContainerImageFluentImpl's sizeBytes is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.