public abstract class AbstractUserFluentImplAssert<S extends AbstractUserFluentImplAssert<S,A>,A extends io.fabric8.openshift.api.model.UserFluentImpl>
extends org.assertj.core.api.AbstractAssert<S,A>
UserFluentImpl
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractUserFluentImplAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual UserFluentImpl. |
Modifier and Type | Method and Description |
---|---|
S |
doesNotHaveGroups(String... groups)
Verifies that the actual UserFluentImpl's groups does not contain the given String elements.
|
S |
doesNotHaveIdentities(String... identities)
Verifies that the actual UserFluentImpl's identities does not contain the given String elements.
|
S |
hasAdditionalProperties(Map additionalProperties)
Verifies that the actual UserFluentImpl's additionalProperties is equal to the given one.
|
S |
hasApiVersion(io.fabric8.openshift.api.model.User.ApiVersion apiVersion)
Verifies that the actual UserFluentImpl's apiVersion is equal to the given one.
|
S |
hasFullName(String fullName)
Verifies that the actual UserFluentImpl's fullName is equal to the given one.
|
S |
hasGroups(String... groups)
Verifies that the actual UserFluentImpl's groups contains the given String elements.
|
S |
hasIdentities(String... identities)
Verifies that the actual UserFluentImpl's identities contains the given String elements.
|
S |
hasKind(String kind)
Verifies that the actual UserFluentImpl's kind is equal to the given one.
|
S |
hasMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
Verifies that the actual UserFluentImpl's metadata is equal to the given one.
|
S |
hasNoGroups()
Verifies that the actual UserFluentImpl has no groups.
|
S |
hasNoIdentities()
Verifies that the actual UserFluentImpl has no identities.
|
S |
hasOnlyGroups(String... groups)
Verifies that the actual UserFluentImpl's groups contains only the given String elements and nothing else in whatever order.
|
S |
hasOnlyIdentities(String... identities)
Verifies that the actual UserFluentImpl's identities contains only the given String elements and nothing else in whatever order.
|
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
protected AbstractUserFluentImplAssert(A actual, Class<S> selfType)
AbstractUserFluentImplAssert
to make assertions on actual UserFluentImpl.actual
- the UserFluentImpl we want to make assertions on.public S hasAdditionalProperties(Map additionalProperties)
additionalProperties
- the given additionalProperties to compare the actual UserFluentImpl's additionalProperties to.AssertionError
- - if the actual UserFluentImpl's additionalProperties is not equal to the given one.public S hasApiVersion(io.fabric8.openshift.api.model.User.ApiVersion apiVersion)
apiVersion
- the given apiVersion to compare the actual UserFluentImpl's apiVersion to.AssertionError
- - if the actual UserFluentImpl's apiVersion is not equal to the given one.public S hasFullName(String fullName)
fullName
- the given fullName to compare the actual UserFluentImpl's fullName to.AssertionError
- - if the actual UserFluentImpl's fullName is not equal to the given one.public S hasGroups(String... groups)
groups
- the given elements that should be contained in actual UserFluentImpl's groups.AssertionError
- if the actual UserFluentImpl's groups does not contain all given String elements.public S hasOnlyGroups(String... groups)
groups
- the given elements that should be contained in actual UserFluentImpl's groups.AssertionError
- if the actual UserFluentImpl's groups does not contain all given String elements.public S doesNotHaveGroups(String... groups)
groups
- the given elements that should not be in actual UserFluentImpl's groups.AssertionError
- if the actual UserFluentImpl's groups contains any given String elements.public S hasNoGroups()
AssertionError
- if the actual UserFluentImpl's groups is not empty.public S hasIdentities(String... identities)
identities
- the given elements that should be contained in actual UserFluentImpl's identities.AssertionError
- if the actual UserFluentImpl's identities does not contain all given String elements.public S hasOnlyIdentities(String... identities)
identities
- the given elements that should be contained in actual UserFluentImpl's identities.AssertionError
- if the actual UserFluentImpl's identities does not contain all given String elements.public S doesNotHaveIdentities(String... identities)
identities
- the given elements that should not be in actual UserFluentImpl's identities.AssertionError
- if the actual UserFluentImpl's identities contains any given String elements.public S hasNoIdentities()
AssertionError
- if the actual UserFluentImpl's identities is not empty.public S hasKind(String kind)
kind
- the given kind to compare the actual UserFluentImpl's kind to.AssertionError
- - if the actual UserFluentImpl's kind is not equal to the given one.public S hasMetadata(io.fabric8.kubernetes.api.model.ObjectMeta metadata)
metadata
- the given metadata to compare the actual UserFluentImpl's metadata to.AssertionError
- - if the actual UserFluentImpl's metadata is not equal to the given one.Copyright © 2011–2016 Red Hat. All rights reserved.