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

io.zeebe.protocol.record.intent.DeploymentIntentAssert Maven / Gradle / Ivy

There is a newer version: 1.0.0-alpha7
Show newest version
package io.zeebe.protocol.record.intent;

/**
 * {@link DeploymentIntent} specific assertions - Generated by CustomAssertionGenerator.
 *
 * Although this class is not final to allow Soft assertions proxy, if you wish to extend it, 
 * extend {@link AbstractDeploymentIntentAssert} instead.
 */
@javax.annotation.Generated(value="assertj-assertions-generator")
public class DeploymentIntentAssert extends AbstractDeploymentIntentAssert {

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy