io.fabric8.openshift.api.model.ClusterPolicyBindingAssert Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of assertions Show documentation
Show all versions of assertions Show documentation
A port of Kubernetes Assertions Library by Fabric8
package io.fabric8.openshift.api.model;
/**
* {@link ClusterPolicyBinding} specific assertions - Generated by CustomAssertionGenerator.
*
* Although this class is not final to allow Soft assertions proxy, if you wish to extend it,
* extend {@link AbstractClusterPolicyBindingAssert} instead.
*/
public class ClusterPolicyBindingAssert extends AbstractClusterPolicyBindingAssert {
/**
* Creates a new {@link ClusterPolicyBindingAssert}
to make assertions on actual ClusterPolicyBinding.
* @param actual the ClusterPolicyBinding we want to make assertions on.
*/
public ClusterPolicyBindingAssert(ClusterPolicyBinding actual) {
super(actual, ClusterPolicyBindingAssert.class);
}
/**
* An entry point for ClusterPolicyBindingAssert to follow AssertJ standard assertThat()
statements.
* With a static import, one can write directly: assertThat(myClusterPolicyBinding)
and get specific assertion with code completion.
* @param actual the ClusterPolicyBinding we want to make assertions on.
* @return a new {@link ClusterPolicyBindingAssert}
*/
public static ClusterPolicyBindingAssert assertThat(ClusterPolicyBinding actual) {
return new ClusterPolicyBindingAssert(actual);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy