public abstract class AbstractFCVolumeSourceFluentImplAssert<S extends AbstractFCVolumeSourceFluentImplAssert<S,A>,A extends io.fabric8.kubernetes.api.model.FCVolumeSourceFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
FCVolumeSourceFluentImpl
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractFCVolumeSourceFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual FCVolumeSourceFluentImpl. |
Modifier and Type | Method and Description |
---|---|
S |
doesNotHaveTargetWWNs(String... targetWWNs)
Verifies that the actual FCVolumeSourceFluentImpl's targetWWNs does not contain the given String elements.
|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual FCVolumeSourceFluentImpl's additionalProperties is equal to the given one.
|
S |
hasFsType(String fsType)
Verifies that the actual FCVolumeSourceFluentImpl's fsType is equal to the given one.
|
S |
hasLun(Integer lun)
Verifies that the actual FCVolumeSourceFluentImpl's lun is equal to the given one.
|
S |
hasNoTargetWWNs()
Verifies that the actual FCVolumeSourceFluentImpl has no targetWWNs.
|
S |
hasOnlyTargetWWNs(String... targetWWNs)
Verifies that the actual FCVolumeSourceFluentImpl's targetWWNs contains only the given String elements and nothing else in whatever order.
|
S |
hasTargetWWNs(String... targetWWNs)
Verifies that the actual FCVolumeSourceFluentImpl's targetWWNs contains the given String elements.
|
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 AbstractFCVolumeSourceFluentImplAssert(A actual, Class<S> selfType)
AbstractFCVolumeSourceFluentImplAssert
to make assertions on actual FCVolumeSourceFluentImpl.actual
- the FCVolumeSourceFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual FCVolumeSourceFluentImpl's additionalProperties to.AssertionError
- - if the actual FCVolumeSourceFluentImpl's additionalProperties is not equal to the given one.public S hasFsType(String fsType)
fsType
- the given fsType to compare the actual FCVolumeSourceFluentImpl's fsType to.AssertionError
- - if the actual FCVolumeSourceFluentImpl's fsType is not equal to the given one.public S hasLun(Integer lun)
lun
- the given lun to compare the actual FCVolumeSourceFluentImpl's lun to.AssertionError
- - if the actual FCVolumeSourceFluentImpl's lun is not equal to the given one.public S hasTargetWWNs(String... targetWWNs)
targetWWNs
- the given elements that should be contained in actual FCVolumeSourceFluentImpl's targetWWNs.AssertionError
- if the actual FCVolumeSourceFluentImpl's targetWWNs does not contain all given String elements.public S hasOnlyTargetWWNs(String... targetWWNs)
targetWWNs
- the given elements that should be contained in actual FCVolumeSourceFluentImpl's targetWWNs.AssertionError
- if the actual FCVolumeSourceFluentImpl's targetWWNs does not contain all given String elements.public S doesNotHaveTargetWWNs(String... targetWWNs)
targetWWNs
- the given elements that should not be in actual FCVolumeSourceFluentImpl's targetWWNs.AssertionError
- if the actual FCVolumeSourceFluentImpl's targetWWNs contains any given String elements.public S hasNoTargetWWNs()
AssertionError
- if the actual FCVolumeSourceFluentImpl's targetWWNs is not empty.Copyright © 2011–2015 Red Hat. All rights reserved.