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

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

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy