public class JSONAssert extends AbstractJSONAssert<JSONAssert,io.fabric8.kubernetes.api.model.apiextensions.JSON>
JSON
specific assertions - Generated by CustomAssertionGenerator.
Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
extend AbstractJSONAssert
instead.Constructor and Description |
---|
JSONAssert(io.fabric8.kubernetes.api.model.apiextensions.JSON actual)
Creates a new
to make assertions on actual JSON. |
Modifier and Type | Method and Description |
---|---|
static 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. |
additionalProperties, raw
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 JSONAssert(io.fabric8.kubernetes.api.model.apiextensions.JSON actual)
JSONAssert
to make assertions on actual JSON.actual
- the JSON we want to make assertions on.public static JSONAssert assertThat(io.fabric8.kubernetes.api.model.apiextensions.JSON actual)
assertThat()
statements.assertThat(myJSON)
and get specific assertion with code completion.actual
- the JSON we want to make assertions on.JSONAssert
Copyright © 2020. All rights reserved.