public class ServiceSchemaAssert extends AbstractServiceSchemaAssert<ServiceSchemaAssert,io.fabric8.kubernetes.api.model.ServiceSchema>
ServiceSchema specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractServiceSchemaAssert instead.| Constructor and Description |
|---|
ServiceSchemaAssert(io.fabric8.kubernetes.api.model.ServiceSchema actual)
Creates a new
to make assertions on actual ServiceSchema. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceSchemaAssert |
assertThat(io.fabric8.kubernetes.api.model.ServiceSchema actual)
An entry point for ServiceSchemaAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myServiceSchema) and get specific assertion with code completion. |
hasAdditionalProperties, hasAnnotations, hasContainerPort, hasCreationTimestamp, hasId, hasKind, hasLabels, hasName, hasNamespace, hasPort, hasPortalIP, hasSelector, hasSelfLinkas, 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 ServiceSchemaAssert(io.fabric8.kubernetes.api.model.ServiceSchema actual)
ServiceSchemaAssert to make assertions on actual ServiceSchema.actual - the ServiceSchema we want to make assertions on.public static ServiceSchemaAssert assertThat(io.fabric8.kubernetes.api.model.ServiceSchema actual)
assertThat() statements.assertThat(myServiceSchema) and get specific assertion with code completion.actual - the ServiceSchema we want to make assertions on.ServiceSchemaAssertCopyright © 2011–2014 Red Hat. All rights reserved.