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