public class AuthInfoAssert extends AbstractAuthInfoAssert<AuthInfoAssert,io.fabric8.kubernetes.api.model.AuthInfo>
AuthInfo specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractAuthInfoAssert instead.| Constructor and Description |
|---|
AuthInfoAssert(io.fabric8.kubernetes.api.model.AuthInfo actual)
Creates a new
to make assertions on actual AuthInfo. |
| Modifier and Type | Method and Description |
|---|---|
static AuthInfoAssert |
assertThat(io.fabric8.kubernetes.api.model.AuthInfo actual)
An entry point for AuthInfoAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myAuthInfo) and get specific assertion with code completion. |
doesNotHaveExtensions, hasAdditionalProperties, hasClientCertificate, hasClientCertificateData, hasClientKey, hasClientKeyData, hasExtensions, hasNoExtensions, hasOnlyExtensions, hasPassword, hasToken, hasUsernameas, 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, usingDefaultComparatorpublic AuthInfoAssert(io.fabric8.kubernetes.api.model.AuthInfo actual)
AuthInfoAssert to make assertions on actual AuthInfo.actual - the AuthInfo we want to make assertions on.public static AuthInfoAssert assertThat(io.fabric8.kubernetes.api.model.AuthInfo actual)
assertThat() statements.assertThat(myAuthInfo) and get specific assertion with code completion.actual - the AuthInfo we want to make assertions on.AuthInfoAssertCopyright © 2011–2016 Red Hat. All rights reserved.