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