public abstract class AbstractISCSIVolumeSourceFluentAssert<S extends AbstractISCSIVolumeSourceFluentAssert<S,A>,A extends io.fabric8.kubernetes.api.model.ISCSIVolumeSourceFluent>
extends org.assertj.core.api.AbstractAssert<S,A>
ISCSIVolumeSourceFluent
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractISCSIVolumeSourceFluentAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual ISCSIVolumeSourceFluent. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual ISCSIVolumeSourceFluent's additionalProperties is equal to the given one.
|
S |
hasFsType(String fsType)
Verifies that the actual ISCSIVolumeSourceFluent's fsType is equal to the given one.
|
S |
hasIqn(String iqn)
Verifies that the actual ISCSIVolumeSourceFluent's iqn is equal to the given one.
|
S |
hasIscsiInterface(String iscsiInterface)
Verifies that the actual ISCSIVolumeSourceFluent's iscsiInterface is equal to the given one.
|
S |
hasLun(Integer lun)
Verifies that the actual ISCSIVolumeSourceFluent's lun is equal to the given one.
|
S |
hasTargetPortal(String targetPortal)
Verifies that the actual ISCSIVolumeSourceFluent's targetPortal 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 AbstractISCSIVolumeSourceFluentAssert(A actual, Class<S> selfType)
AbstractISCSIVolumeSourceFluentAssert
to make assertions on actual ISCSIVolumeSourceFluent.actual
- the ISCSIVolumeSourceFluent we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual ISCSIVolumeSourceFluent's additionalProperties to.AssertionError
- - if the actual ISCSIVolumeSourceFluent's additionalProperties is not equal to the given one.public S hasFsType(String fsType)
fsType
- the given fsType to compare the actual ISCSIVolumeSourceFluent's fsType to.AssertionError
- - if the actual ISCSIVolumeSourceFluent's fsType is not equal to the given one.public S hasIqn(String iqn)
iqn
- the given iqn to compare the actual ISCSIVolumeSourceFluent's iqn to.AssertionError
- - if the actual ISCSIVolumeSourceFluent's iqn is not equal to the given one.public S hasIscsiInterface(String iscsiInterface)
iscsiInterface
- the given iscsiInterface to compare the actual ISCSIVolumeSourceFluent's iscsiInterface to.AssertionError
- - if the actual ISCSIVolumeSourceFluent's iscsiInterface is not equal to the given one.public S hasLun(Integer lun)
lun
- the given lun to compare the actual ISCSIVolumeSourceFluent's lun to.AssertionError
- - if the actual ISCSIVolumeSourceFluent's lun is not equal to the given one.public S hasTargetPortal(String targetPortal)
targetPortal
- the given targetPortal to compare the actual ISCSIVolumeSourceFluent's targetPortal to.AssertionError
- - if the actual ISCSIVolumeSourceFluent's targetPortal is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.