public class JSONSchemaPropsAssert extends AbstractJSONSchemaPropsAssert<JSONSchemaPropsAssert,io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps>
JSONSchemaProps
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractJSONSchemaPropsAssert
instead.Constructor and Description |
---|
JSONSchemaPropsAssert(io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps actual)
Creates a new
to make assertions on actual JSONSchemaProps. |
Modifier and Type | Method and Description |
---|---|
static JSONSchemaPropsAssert |
assertThat(io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps actual)
An entry point for JSONSchemaPropsAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myJSONSchemaProps) and get specific assertion with code completion. |
additionalItems, additionalProperties, allOf, anyOf, definitions, dependencies, description, example, exclusiveMaximum, exclusiveMinimum, expectedDefault, expectedEnum, externalDocs, format, hasMaximum, hasMaximumCloseTo, hasMaxItems, hasMaxLength, hasMaxProperties, hasMinimum, hasMinimumCloseTo, hasMinItems, hasMinLength, hasMinProperties, hasMultipleOf, hasMultipleOfCloseTo, id, items, not, nullable, oneOf, pattern, patternProperties, properties, required, title, type, uniqueItems, xKubernetesEmbeddedResource, xKubernetesIntOrString, xKubernetesListMapKeys, xKubernetesListType, xKubernetesMapType, xKubernetesPreserveUnknownFields
asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withRepresentation, withThreadDumpOnError
public JSONSchemaPropsAssert(io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps actual)
JSONSchemaPropsAssert
to make assertions on actual JSONSchemaProps.actual
- the JSONSchemaProps we want to make assertions on.public static JSONSchemaPropsAssert assertThat(io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps actual)
assertThat()
statements.assertThat(myJSONSchemaProps)
and get specific assertion with code completion.actual
- the JSONSchemaProps we want to make assertions on.JSONSchemaPropsAssert
Copyright © 2020. All rights reserved.