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