public abstract class AbstractJSONSchemaPropsAssert<S extends AbstractJSONSchemaPropsAssert<S,A>,A extends io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps>
extends org.assertj.core.api.AbstractAssert<S,A>
JSONSchemaProps
specific assertions - Generated by CustomAssertionGenerator.Modifier | Constructor and Description |
---|---|
protected |
AbstractJSONSchemaPropsAssert(A actual,
Class<S> selfType)
Creates a new
to make assertions on actual JSONSchemaProps. |
Modifier and Type | Method and Description |
---|---|
JSONSchemaPropsOrBoolAssert |
additionalItems()
Navigates to the property additionalItems so that assertions can be done on it
|
JSONSchemaPropsOrBoolAssert |
additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps,JSONSchemaPropsAssert> |
allOf()
Navigates to the property allOf so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps,JSONSchemaPropsAssert> |
anyOf()
Navigates to the property anyOf so that assertions can be done on it
|
org.assertj.core.api.MapAssert |
definitions()
Navigates to the property definitions so that assertions can be done on it
|
org.assertj.core.api.MapAssert |
dependencies()
Navigates to the property dependencies so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
description()
Navigates to the property description so that assertions can be done on it
|
JSONAssert |
example()
Navigates to the property example so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
exclusiveMaximum()
Navigates to the property exclusiveMaximum so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
exclusiveMinimum()
Navigates to the property exclusiveMinimum so that assertions can be done on it
|
JSONAssert |
expectedDefault()
Navigates to the property default so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
expectedEnum()
Navigates to the property enum so that assertions can be done on it
|
ExternalDocumentationAssert |
externalDocs()
Navigates to the property externalDocs so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
format()
Navigates to the property format so that assertions can be done on it
|
S |
hasMaximum(Double maximum)
Verifies that the actual JSONSchemaProps's maximum is equal to the given one.
|
S |
hasMaximumCloseTo(Double maximum,
Double offset)
Verifies that the actual JSONSchemaProps's maximum is close to the given value by less than the given offset.
|
S |
hasMaxItems(Long maxItems)
Verifies that the actual JSONSchemaProps's maxItems is equal to the given one.
|
S |
hasMaxLength(Long maxLength)
Verifies that the actual JSONSchemaProps's maxLength is equal to the given one.
|
S |
hasMaxProperties(Long maxProperties)
Verifies that the actual JSONSchemaProps's maxProperties is equal to the given one.
|
S |
hasMinimum(Double minimum)
Verifies that the actual JSONSchemaProps's minimum is equal to the given one.
|
S |
hasMinimumCloseTo(Double minimum,
Double offset)
Verifies that the actual JSONSchemaProps's minimum is close to the given value by less than the given offset.
|
S |
hasMinItems(Long minItems)
Verifies that the actual JSONSchemaProps's minItems is equal to the given one.
|
S |
hasMinLength(Long minLength)
Verifies that the actual JSONSchemaProps's minLength is equal to the given one.
|
S |
hasMinProperties(Long minProperties)
Verifies that the actual JSONSchemaProps's minProperties is equal to the given one.
|
S |
hasMultipleOf(Double multipleOf)
Verifies that the actual JSONSchemaProps's multipleOf is equal to the given one.
|
S |
hasMultipleOfCloseTo(Double multipleOf,
Double offset)
Verifies that the actual JSONSchemaProps's multipleOf is close to the given value by less than the given offset.
|
org.assertj.core.api.StringAssert |
id()
Navigates to the property id so that assertions can be done on it
|
JSONSchemaPropsOrArrayAssert |
items()
Navigates to the property items so that assertions can be done on it
|
JSONSchemaPropsAssert |
not()
Navigates to the property not so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
nullable()
Navigates to the property nullable so that assertions can be done on it
|
NavigationListAssert<io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps,JSONSchemaPropsAssert> |
oneOf()
Navigates to the property oneOf so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
pattern()
Navigates to the property pattern so that assertions can be done on it
|
org.assertj.core.api.MapAssert |
patternProperties()
Navigates to the property patternProperties so that assertions can be done on it
|
org.assertj.core.api.MapAssert |
properties()
Navigates to the property properties so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
required()
Navigates to the property required so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
title()
Navigates to the property title so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
type()
Navigates to the property type so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
uniqueItems()
Navigates to the property uniqueItems so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
xKubernetesEmbeddedResource()
Navigates to the property xKubernetesEmbeddedResource so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
xKubernetesIntOrString()
Navigates to the property xKubernetesIntOrString so that assertions can be done on it
|
NavigationListAssert<String,org.assertj.core.api.StringAssert> |
xKubernetesListMapKeys()
Navigates to the property xKubernetesListMapKeys so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
xKubernetesListType()
Navigates to the property xKubernetesListType so that assertions can be done on it
|
org.assertj.core.api.StringAssert |
xKubernetesMapType()
Navigates to the property xKubernetesMapType so that assertions can be done on it
|
org.assertj.core.api.BooleanAssert |
xKubernetesPreserveUnknownFields()
Navigates to the property xKubernetesPreserveUnknownFields so that assertions can be done on it
|
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
protected AbstractJSONSchemaPropsAssert(A actual, Class<S> selfType)
AbstractJSONSchemaPropsAssert
to make assertions on actual JSONSchemaProps.actual
- the JSONSchemaProps we want to make assertions on.public JSONSchemaPropsOrBoolAssert additionalItems()
public JSONSchemaPropsOrBoolAssert additionalProperties()
public NavigationListAssert<io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps,JSONSchemaPropsAssert> allOf()
public NavigationListAssert<io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps,JSONSchemaPropsAssert> anyOf()
public JSONAssert expectedDefault()
public org.assertj.core.api.MapAssert definitions()
public org.assertj.core.api.MapAssert dependencies()
public org.assertj.core.api.StringAssert description()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> expectedEnum()
public JSONAssert example()
public org.assertj.core.api.BooleanAssert exclusiveMaximum()
public org.assertj.core.api.BooleanAssert exclusiveMinimum()
public ExternalDocumentationAssert externalDocs()
public org.assertj.core.api.StringAssert format()
public org.assertj.core.api.StringAssert id()
public JSONSchemaPropsOrArrayAssert items()
public S hasMaxItems(Long maxItems)
maxItems
- the given maxItems to compare the actual JSONSchemaProps's maxItems to.AssertionError
- - if the actual JSONSchemaProps's maxItems is not equal to the given one.public S hasMaxLength(Long maxLength)
maxLength
- the given maxLength to compare the actual JSONSchemaProps's maxLength to.AssertionError
- - if the actual JSONSchemaProps's maxLength is not equal to the given one.public S hasMaxProperties(Long maxProperties)
maxProperties
- the given maxProperties to compare the actual JSONSchemaProps's maxProperties to.AssertionError
- - if the actual JSONSchemaProps's maxProperties is not equal to the given one.public S hasMaximum(Double maximum)
maximum
- the given maximum to compare the actual JSONSchemaProps's maximum to.AssertionError
- - if the actual JSONSchemaProps's maximum is not equal to the given one.public S hasMaximumCloseTo(Double maximum, Double offset)
If difference is equal to the offset value, assertion is considered successful.
maximum
- the value to compare the actual JSONSchemaProps's maximum to.offset
- the given offset.AssertionError
- - if the actual JSONSchemaProps's maximum is not close enough to the given value.public S hasMinItems(Long minItems)
minItems
- the given minItems to compare the actual JSONSchemaProps's minItems to.AssertionError
- - if the actual JSONSchemaProps's minItems is not equal to the given one.public S hasMinLength(Long minLength)
minLength
- the given minLength to compare the actual JSONSchemaProps's minLength to.AssertionError
- - if the actual JSONSchemaProps's minLength is not equal to the given one.public S hasMinProperties(Long minProperties)
minProperties
- the given minProperties to compare the actual JSONSchemaProps's minProperties to.AssertionError
- - if the actual JSONSchemaProps's minProperties is not equal to the given one.public S hasMinimum(Double minimum)
minimum
- the given minimum to compare the actual JSONSchemaProps's minimum to.AssertionError
- - if the actual JSONSchemaProps's minimum is not equal to the given one.public S hasMinimumCloseTo(Double minimum, Double offset)
If difference is equal to the offset value, assertion is considered successful.
minimum
- the value to compare the actual JSONSchemaProps's minimum to.offset
- the given offset.AssertionError
- - if the actual JSONSchemaProps's minimum is not close enough to the given value.public S hasMultipleOf(Double multipleOf)
multipleOf
- the given multipleOf to compare the actual JSONSchemaProps's multipleOf to.AssertionError
- - if the actual JSONSchemaProps's multipleOf is not equal to the given one.public S hasMultipleOfCloseTo(Double multipleOf, Double offset)
If difference is equal to the offset value, assertion is considered successful.
multipleOf
- the value to compare the actual JSONSchemaProps's multipleOf to.offset
- the given offset.AssertionError
- - if the actual JSONSchemaProps's multipleOf is not close enough to the given value.public JSONSchemaPropsAssert not()
public org.assertj.core.api.BooleanAssert nullable()
public NavigationListAssert<io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaProps,JSONSchemaPropsAssert> oneOf()
public org.assertj.core.api.StringAssert pattern()
public org.assertj.core.api.MapAssert patternProperties()
public org.assertj.core.api.MapAssert properties()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> required()
public org.assertj.core.api.StringAssert title()
public org.assertj.core.api.StringAssert type()
public org.assertj.core.api.BooleanAssert uniqueItems()
public org.assertj.core.api.BooleanAssert xKubernetesEmbeddedResource()
public org.assertj.core.api.BooleanAssert xKubernetesIntOrString()
public NavigationListAssert<String,org.assertj.core.api.StringAssert> xKubernetesListMapKeys()
public org.assertj.core.api.StringAssert xKubernetesListType()
public org.assertj.core.api.StringAssert xKubernetesMapType()
public org.assertj.core.api.BooleanAssert xKubernetesPreserveUnknownFields()
Copyright © 2020. All rights reserved.