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

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

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy