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