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