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