public abstract class AbstractBuildSourceAssert<S extends AbstractBuildSourceAssert<S,A>,A extends io.fabric8.openshift.api.model.BuildSource>
extends org.assertj.core.api.AbstractAssert<S,A>
BuildSource
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractBuildSourceAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual BuildSource. |
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
|
BinaryBuildSourceAssert |
binary()
Navigates to the property binary so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
contextDir()
Navigates to the property contextDir so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
dockerfile()
Navigates to the property dockerfile so that assertions can be done on it
|
GitBuildSourceAssert |
git()
Navigates to the property git so that assertions can be done on it
|
NavigationListAssert<io.fabric8.openshift.api.model.ImageSource,ImageSourceAssert> |
images()
Navigates to the property images so that assertions can be done on it
|
NavigationListAssert<io.fabric8.openshift.api.model.SecretBuildSource,SecretBuildSourceAssert> |
secrets()
Navigates to the property secrets so that assertions can be done on it
|
LocalObjectReferenceAssert |
sourceSecret()
Navigates to the property sourceSecret so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
type()
Navigates to the property type so that assertions can be done on it
|
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, withThreadDumpOnError
protected AbstractBuildSourceAssert(A actual, Class<S> selfType)
AbstractBuildSourceAssert
to make assertions on actual BuildSource.actual
- the BuildSource we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public BinaryBuildSourceAssert binary()
public org.assertj.core.api.StringAssert contextDir()
public org.assertj.core.api.StringAssert dockerfile()
public GitBuildSourceAssert git()
public NavigationListAssert<io.fabric8.openshift.api.model.ImageSource,ImageSourceAssert> images()
public NavigationListAssert<io.fabric8.openshift.api.model.SecretBuildSource,SecretBuildSourceAssert> secrets()
public LocalObjectReferenceAssert sourceSecret()
public org.assertj.core.api.StringAssert type()
Copyright © 2011–2017 Red Hat. All rights reserved.