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