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