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