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