public abstract class AbstractBuildRequestAssert<S extends AbstractBuildRequestAssert<S,A>,A extends io.fabric8.openshift.api.model.BuildRequest>
extends org.assertj.core.api.AbstractAssert<S,A>
BuildRequest
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractBuildRequestAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual BuildRequest. |
Modifier and Type | Method and Description |
---|---|
org.assertj.core.api.MapAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
apiVersion()
Navigates to the property apiVersion so that assertions can be done on it
|
BinaryBuildSourceAssert |
binary()
Navigates to the property binary so that assertions can be done on it
|
DockerStrategyOptionsAssert |
dockerStrategyOptions()
Navigates to the property dockerStrategyOptions so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.EnvVar,EnvVarAssert> |
env()
Navigates to the property env so that assertions can be done on it
|
ObjectReferenceAssert |
from()
Navigates to the property from so that assertions can be done on it
|
S |
hasLastVersion(Long lastVersion)
Verifies that the actual BuildRequest's lastVersion is equal to the given one.
|
org.assertj.core.api.StringAssert |
kind()
Navigates to the property kind so that assertions can be done on it
|
ObjectMetaAssert |
metadata()
Navigates to the property metadata so that assertions can be done on it
|
SourceRevisionAssert |
revision()
Navigates to the property revision so that assertions can be done on it
|
SourceStrategyOptionsAssert |
sourceStrategyOptions()
Navigates to the property sourceStrategyOptions so that assertions can be done on it
|
NavigationListAssert<io.fabric8.openshift.api.model.BuildTriggerCause,BuildTriggerCauseAssert> |
triggeredBy()
Navigates to the property triggeredBy so that assertions can be done on it
|
ObjectReferenceAssert |
triggeredByImage()
Navigates to the property triggeredByImage so that assertions can be done on it
|
asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withRepresentation, withThreadDumpOnError
protected AbstractBuildRequestAssert(A actual, Class<S> selfType)
AbstractBuildRequestAssert
to make assertions on actual BuildRequest.actual
- the BuildRequest we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.StringAssert apiVersion()
public BinaryBuildSourceAssert binary()
public DockerStrategyOptionsAssert dockerStrategyOptions()
public NavigationListAssert<io.fabric8.kubernetes.api.model.EnvVar,EnvVarAssert> env()
public ObjectReferenceAssert from()
public org.assertj.core.api.StringAssert kind()
public S hasLastVersion(Long lastVersion)
lastVersion
- the given lastVersion to compare the actual BuildRequest's lastVersion to.AssertionError
- - if the actual BuildRequest's lastVersion is not equal to the given one.public ObjectMetaAssert metadata()
public SourceRevisionAssert revision()
public SourceStrategyOptionsAssert sourceStrategyOptions()
public NavigationListAssert<io.fabric8.openshift.api.model.BuildTriggerCause,BuildTriggerCauseAssert> triggeredBy()
public ObjectReferenceAssert triggeredByImage()
Copyright © 2020. All rights reserved.