public class JobListFluentImplAssert extends AbstractJobListFluentImplAssert<JobListFluentImplAssert,io.fabric8.kubernetes.api.model.extensions.JobListFluentImpl>
JobListFluentImpl
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractJobListFluentImplAssert
instead.Constructor and Description |
---|
JobListFluentImplAssert(io.fabric8.kubernetes.api.model.extensions.JobListFluentImpl actual)
Creates a new
to make assertions on actual JobListFluentImpl. |
Modifier and Type | Method and Description |
---|---|
static JobListFluentImplAssert |
assertThat(io.fabric8.kubernetes.api.model.extensions.JobListFluentImpl actual)
An entry point for JobListFluentImplAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myJobListFluentImpl) and get specific assertion with code completion. |
doesNotHaveItems, hasAdditionalProperties, hasApiVersion, hasItems, hasKind, hasMetadata, hasNoItems, hasOnlyItems
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 JobListFluentImplAssert(io.fabric8.kubernetes.api.model.extensions.JobListFluentImpl actual)
JobListFluentImplAssert
to make assertions on actual JobListFluentImpl.actual
- the JobListFluentImpl we want to make assertions on.public static JobListFluentImplAssert assertThat(io.fabric8.kubernetes.api.model.extensions.JobListFluentImpl actual)
assertThat()
statements.assertThat(myJobListFluentImpl)
and get specific assertion with code completion.actual
- the JobListFluentImpl we want to make assertions on.JobListFluentImplAssert
Copyright © 2011–2015 Red Hat. All rights reserved.