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

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

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy