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