public class JobStatusFluentAssert extends AbstractJobStatusFluentAssert<JobStatusFluentAssert,io.fabric8.kubernetes.api.model.extensions.JobStatusFluent>
JobStatusFluent
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractJobStatusFluentAssert
instead.Constructor and Description |
---|
JobStatusFluentAssert(io.fabric8.kubernetes.api.model.extensions.JobStatusFluent actual)
Creates a new
to make assertions on actual JobStatusFluent. |
Modifier and Type | Method and Description |
---|---|
static JobStatusFluentAssert |
assertThat(io.fabric8.kubernetes.api.model.extensions.JobStatusFluent actual)
An entry point for JobStatusFluentAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myJobStatusFluent) and get specific assertion with code completion. |
doesNotHaveConditions, hasActive, hasAdditionalProperties, hasCompletionTime, hasConditions, hasFailed, hasNoConditions, hasOnlyConditions, hasStartTime, hasSucceeded
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
public JobStatusFluentAssert(io.fabric8.kubernetes.api.model.extensions.JobStatusFluent actual)
JobStatusFluentAssert
to make assertions on actual JobStatusFluent.actual
- the JobStatusFluent we want to make assertions on.public static JobStatusFluentAssert assertThat(io.fabric8.kubernetes.api.model.extensions.JobStatusFluent actual)
assertThat()
statements.assertThat(myJobStatusFluent)
and get specific assertion with code completion.actual
- the JobStatusFluent we want to make assertions on.JobStatusFluentAssert
Copyright © 2011–2015 Red Hat. All rights reserved.