public class ResourceQuotaStatusAssert extends AbstractResourceQuotaStatusAssert<ResourceQuotaStatusAssert,io.fabric8.kubernetes.api.model.ResourceQuotaStatus>
ResourceQuotaStatus
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractResourceQuotaStatusAssert
instead.Constructor and Description |
---|
ResourceQuotaStatusAssert(io.fabric8.kubernetes.api.model.ResourceQuotaStatus actual)
Creates a new
to make assertions on actual ResourceQuotaStatus. |
Modifier and Type | Method and Description |
---|---|
static ResourceQuotaStatusAssert |
assertThat(io.fabric8.kubernetes.api.model.ResourceQuotaStatus actual)
An entry point for ResourceQuotaStatusAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myResourceQuotaStatus) and get specific assertion with code completion. |
additionalProperties, hard, used
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, 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, withFailMessage, withThreadDumpOnError
public ResourceQuotaStatusAssert(io.fabric8.kubernetes.api.model.ResourceQuotaStatus actual)
ResourceQuotaStatusAssert
to make assertions on actual ResourceQuotaStatus.actual
- the ResourceQuotaStatus we want to make assertions on.public static ResourceQuotaStatusAssert assertThat(io.fabric8.kubernetes.api.model.ResourceQuotaStatus actual)
assertThat()
statements.assertThat(myResourceQuotaStatus)
and get specific assertion with code completion.actual
- the ResourceQuotaStatus we want to make assertions on.ResourceQuotaStatusAssert
Copyright © 2011–2017 Red Hat. All rights reserved.