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