All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.openshift.api.model.NamedClusterRoleAssert Maven / Gradle / Ivy

The newest version!
package io.fabric8.openshift.api.model;


/**
 * {@link NamedClusterRole} specific assertions - Generated by CustomAssertionGenerator.
 *
 * Although this class is not final to allow Soft assertions proxy, if you wish to extend it, 
 * extend {@link AbstractNamedClusterRoleAssert} instead.
 */
public class NamedClusterRoleAssert extends AbstractNamedClusterRoleAssert {

  /**
   * Creates a new {@link NamedClusterRoleAssert} to make assertions on actual NamedClusterRole.
   * @param actual the NamedClusterRole we want to make assertions on.
   */
  public NamedClusterRoleAssert(NamedClusterRole actual) {
    super(actual, NamedClusterRoleAssert.class);
  }

  /**
   * An entry point for NamedClusterRoleAssert to follow AssertJ standard assertThat() statements.
* With a static import, one can write directly: assertThat(myNamedClusterRole) and get specific assertion with code completion. * @param actual the NamedClusterRole we want to make assertions on. * @return a new {@link NamedClusterRoleAssert} */ public static NamedClusterRoleAssert assertThat(NamedClusterRole actual) { return new NamedClusterRoleAssert(actual); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy