Package | Description |
---|---|
io.fabric8.kubernetes.api.model.apiextensions | |
io.fabric8.kubernetes.assertions.internal |
Modifier and Type | Method and Description |
---|---|
JSONSchemaPropsOrBoolAssert |
AbstractJSONSchemaPropsAssert.additionalItems()
Navigates to the property additionalItems so that assertions can be done on it
|
JSONSchemaPropsOrBoolAssert |
AbstractJSONSchemaPropsAssert.additionalProperties()
Navigates to the property additionalProperties so that assertions can be done on it
|
static JSONSchemaPropsOrBoolAssert |
JSONSchemaPropsOrBoolAssert.assertThat(io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaPropsOrBool actual)
An entry point for JSONSchemaPropsOrBoolAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myJSONSchemaPropsOrBool) and get specific assertion with code completion. |
Modifier and Type | Method and Description |
---|---|
static JSONSchemaPropsOrBoolAssert |
Assertions.assertThat(io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaPropsOrBool actual)
Creates a new instance of
. |
Copyright © 2020. All rights reserved.