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