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

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

There is a newer version: 1.0.2
Show newest version
package io.fabric8.openshift.api.model;


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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy