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

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

package io.fabric8.openshift.api.model;


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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy