public abstract class AbstractBuildStatusAssert<S extends AbstractBuildStatusAssert<S,A>,A extends io.fabric8.openshift.api.model.BuildStatus>
extends org.assertj.core.api.AbstractAssert<S,A>
BuildStatus
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractBuildStatusAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual BuildStatus. |
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.BooleanAssert |
cancelled()
Navigates to the property cancelled so that assertions can be done on it
|
TimeAssert |
completionTimestamp()
Navigates to the property completionTimestamp so that assertions can be done on it
|
ObjectReferenceAssert |
config()
Navigates to the property config so that assertions can be done on it
|
S |
hasDuration(Long duration)
Verifies that the actual BuildStatus's duration is equal to the given one.
|
org.assertj.core.api.StringAssert |
logSnippet()
Navigates to the property logSnippet so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
message()
Navigates to the property message so that assertions can be done on it
|
BuildStatusOutputAssert |
output()
Navigates to the property output so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
outputDockerImageReference()
Navigates to the property outputDockerImageReference so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
phase()
Navigates to the property phase so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
reason()
Navigates to the property reason so that assertions can be done on it
|
NavigationListAssert<io.fabric8.openshift.api.model.StageInfo,StageInfoAssert> |
stages()
Navigates to the property stages so that assertions can be done on it
|
TimeAssert |
startTimestamp()
Navigates to the property startTimestamp 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 AbstractBuildStatusAssert(A actual, Class<S> selfType)
AbstractBuildStatusAssert
to make assertions on actual BuildStatus.actual
- the BuildStatus we want to make assertions on.public org.assertj.core.api.MapAssert additionalProperties()
public org.assertj.core.api.BooleanAssert cancelled()
public TimeAssert completionTimestamp()
public ObjectReferenceAssert config()
public S hasDuration(Long duration)
duration
- the given duration to compare the actual BuildStatus's duration to.AssertionError
- - if the actual BuildStatus's duration is not equal to the given one.public org.assertj.core.api.StringAssert logSnippet()
public org.assertj.core.api.StringAssert message()
public BuildStatusOutputAssert output()
public org.assertj.core.api.StringAssert outputDockerImageReference()
public org.assertj.core.api.StringAssert phase()
public org.assertj.core.api.StringAssert reason()
public NavigationListAssert<io.fabric8.openshift.api.model.StageInfo,StageInfoAssert> stages()
public TimeAssert startTimestamp()
Copyright © 2011–2017 Red Hat. All rights reserved.