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