public abstract class AbstractBuildOutputFluentImplAssert<S extends AbstractBuildOutputFluentImplAssert<S,A>,A extends io.fabric8.openshift.api.model.BuildOutputFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
BuildOutputFluentImpl
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractBuildOutputFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual BuildOutputFluentImpl. |
Modifier and Type | Method and Description |
---|---|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual BuildOutputFluentImpl's additionalProperties is equal to the given one.
|
S |
hasPushSecret(io.fabric8.kubernetes.api.model.LocalObjectReference pushSecret)
Verifies that the actual BuildOutputFluentImpl's pushSecret is equal to the given one.
|
S |
hasTo(io.fabric8.kubernetes.api.model.ObjectReference to)
Verifies that the actual BuildOutputFluentImpl's to 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 AbstractBuildOutputFluentImplAssert(A actual, Class<S> selfType)
AbstractBuildOutputFluentImplAssert
to make assertions on actual BuildOutputFluentImpl.actual
- the BuildOutputFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual BuildOutputFluentImpl's additionalProperties to.AssertionError
- - if the actual BuildOutputFluentImpl's additionalProperties is not equal to the given one.public S hasPushSecret(io.fabric8.kubernetes.api.model.LocalObjectReference pushSecret)
pushSecret
- the given pushSecret to compare the actual BuildOutputFluentImpl's pushSecret to.AssertionError
- - if the actual BuildOutputFluentImpl's pushSecret is not equal to the given one.public S hasTo(io.fabric8.kubernetes.api.model.ObjectReference to)
to
- the given to to compare the actual BuildOutputFluentImpl's to to.AssertionError
- - if the actual BuildOutputFluentImpl's to is not equal to the given one.Copyright © 2011–2015 Red Hat. All rights reserved.