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

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

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy