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

io.fabric8.kubernetes.api.model.MetadataFileAssert Maven / Gradle / Ivy

package io.fabric8.kubernetes.api.model;


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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy