public abstract class AbstractDockerBuildStrategyAssert<S extends AbstractDockerBuildStrategyAssert<S,A>,A extends io.fabric8.openshift.api.model.DockerBuildStrategy>
extends org.assertj.core.api.AbstractAssert<S,A>
DockerBuildStrategy
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractDockerBuildStrategyAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual DockerBuildStrategy. |
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
|
NavigationListAssert<io.fabric8.kubernetes.api.model.EnvVar,EnvVarAssert> |
buildArgs()
Navigates to the property buildArgs so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
dockerfilePath()
Navigates to the property dockerfilePath 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
|
org.assertj.core.api.BooleanAssert |
forcePull()
Navigates to the property forcePull so that assertions can be done on it
|
ObjectReferenceAssert |
from()
Navigates to the property from so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
imageOptimizationPolicy()
Navigates to the property imageOptimizationPolicy so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
noCache()
Navigates to the property noCache so that assertions can be done on it
|
LocalObjectReferenceAssert |
pullSecret()
Navigates to the property pullSecret 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 AbstractDockerBuildStrategyAssert(A actual, Class<S> selfType)
AbstractDockerBuildStrategyAssert
to make assertions on actual DockerBuildStrategy.actual
- the DockerBuildStrategy we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public NavigationListAssert<io.fabric8.kubernetes.api.model.EnvVar,EnvVarAssert> buildArgs()
public org.assertj.core.api.StringAssert dockerfilePath()
public NavigationListAssert<io.fabric8.kubernetes.api.model.EnvVar,EnvVarAssert> env()
public org.assertj.core.api.BooleanAssert forcePull()
public ObjectReferenceAssert from()
public org.assertj.core.api.StringAssert imageOptimizationPolicy()
public org.assertj.core.api.BooleanAssert noCache()
public LocalObjectReferenceAssert pullSecret()
Copyright © 2020. All rights reserved.