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