
io.fabric8.kubernetes.api.model.apiextensions.JSONSchemaPropsOrBoolAssert Maven / Gradle / Ivy
package io.fabric8.kubernetes.api.model.apiextensions;
/**
* {@link JSONSchemaPropsOrBool} specific assertions - Generated by CustomAssertionGenerator.
*
* Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
* extend {@link AbstractJSONSchemaPropsOrBoolAssert} instead.
*/
public class JSONSchemaPropsOrBoolAssert extends AbstractJSONSchemaPropsOrBoolAssert {
/**
* Creates a new {@link JSONSchemaPropsOrBoolAssert}
to make assertions on actual JSONSchemaPropsOrBool.
* @param actual the JSONSchemaPropsOrBool we want to make assertions on.
*/
public JSONSchemaPropsOrBoolAssert(JSONSchemaPropsOrBool actual) {
super(actual, JSONSchemaPropsOrBoolAssert.class);
}
/**
* 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.
* @param actual the JSONSchemaPropsOrBool we want to make assertions on.
* @return a new {@link JSONSchemaPropsOrBoolAssert}
*/
public static JSONSchemaPropsOrBoolAssert assertThat(JSONSchemaPropsOrBool actual) {
return new JSONSchemaPropsOrBoolAssert(actual);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy