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

io.camunda.zeebe.protocol.record.Assertions Maven / Gradle / Ivy

There is a newer version: 8.7.0-alpha1
Show newest version
package io.camunda.zeebe.protocol.record;

/**
 * Entry point for assertions of different data types. Each method in this class is a static factory for the
 * type-specific assertion objects.
 */
@javax.annotation.Generated(value="assertj-assertions-generator")
public class Assertions {

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.BrokerInfoDecoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.BrokerInfoDecoderAssert assertThat(io.camunda.zeebe.protocol.record.BrokerInfoDecoder actual) {
    return new io.camunda.zeebe.protocol.record.BrokerInfoDecoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.BrokerInfoEncoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.BrokerInfoEncoderAssert assertThat(io.camunda.zeebe.protocol.record.BrokerInfoEncoder actual) {
    return new io.camunda.zeebe.protocol.record.BrokerInfoEncoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.ErrorCodeAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.ErrorCodeAssert assertThat(io.camunda.zeebe.protocol.record.ErrorCode actual) {
    return new io.camunda.zeebe.protocol.record.ErrorCodeAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.ErrorResponseDecoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.ErrorResponseDecoderAssert assertThat(io.camunda.zeebe.protocol.record.ErrorResponseDecoder actual) {
    return new io.camunda.zeebe.protocol.record.ErrorResponseDecoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.ErrorResponseEncoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.ErrorResponseEncoderAssert assertThat(io.camunda.zeebe.protocol.record.ErrorResponseEncoder actual) {
    return new io.camunda.zeebe.protocol.record.ErrorResponseEncoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.ExecuteCommandRequestDecoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.ExecuteCommandRequestDecoderAssert assertThat(io.camunda.zeebe.protocol.record.ExecuteCommandRequestDecoder actual) {
    return new io.camunda.zeebe.protocol.record.ExecuteCommandRequestDecoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.ExecuteCommandRequestEncoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.ExecuteCommandRequestEncoderAssert assertThat(io.camunda.zeebe.protocol.record.ExecuteCommandRequestEncoder actual) {
    return new io.camunda.zeebe.protocol.record.ExecuteCommandRequestEncoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.ExecuteCommandResponseDecoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.ExecuteCommandResponseDecoderAssert assertThat(io.camunda.zeebe.protocol.record.ExecuteCommandResponseDecoder actual) {
    return new io.camunda.zeebe.protocol.record.ExecuteCommandResponseDecoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.ExecuteCommandResponseEncoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.ExecuteCommandResponseEncoderAssert assertThat(io.camunda.zeebe.protocol.record.ExecuteCommandResponseEncoder actual) {
    return new io.camunda.zeebe.protocol.record.ExecuteCommandResponseEncoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.ExecuteQueryRequestDecoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.ExecuteQueryRequestDecoderAssert assertThat(io.camunda.zeebe.protocol.record.ExecuteQueryRequestDecoder actual) {
    return new io.camunda.zeebe.protocol.record.ExecuteQueryRequestDecoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.ExecuteQueryRequestEncoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.ExecuteQueryRequestEncoderAssert assertThat(io.camunda.zeebe.protocol.record.ExecuteQueryRequestEncoder actual) {
    return new io.camunda.zeebe.protocol.record.ExecuteQueryRequestEncoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.ExecuteQueryResponseDecoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.ExecuteQueryResponseDecoderAssert assertThat(io.camunda.zeebe.protocol.record.ExecuteQueryResponseDecoder actual) {
    return new io.camunda.zeebe.protocol.record.ExecuteQueryResponseDecoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.ExecuteQueryResponseEncoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.ExecuteQueryResponseEncoderAssert assertThat(io.camunda.zeebe.protocol.record.ExecuteQueryResponseEncoder actual) {
    return new io.camunda.zeebe.protocol.record.ExecuteQueryResponseEncoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.GroupSizeEncodingDecoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.GroupSizeEncodingDecoderAssert assertThat(io.camunda.zeebe.protocol.record.GroupSizeEncodingDecoder actual) {
    return new io.camunda.zeebe.protocol.record.GroupSizeEncodingDecoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.GroupSizeEncodingEncoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.GroupSizeEncodingEncoderAssert assertThat(io.camunda.zeebe.protocol.record.GroupSizeEncodingEncoder actual) {
    return new io.camunda.zeebe.protocol.record.GroupSizeEncodingEncoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.JsonSerializableAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.JsonSerializableAssert assertThat(io.camunda.zeebe.protocol.record.JsonSerializable actual) {
    return new io.camunda.zeebe.protocol.record.JsonSerializableAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.MessageHeaderDecoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.MessageHeaderDecoderAssert assertThat(io.camunda.zeebe.protocol.record.MessageHeaderDecoder actual) {
    return new io.camunda.zeebe.protocol.record.MessageHeaderDecoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.MessageHeaderEncoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.MessageHeaderEncoderAssert assertThat(io.camunda.zeebe.protocol.record.MessageHeaderEncoder actual) {
    return new io.camunda.zeebe.protocol.record.MessageHeaderEncoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.MetaAttributeAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.MetaAttributeAssert assertThat(io.camunda.zeebe.protocol.record.MetaAttribute actual) {
    return new io.camunda.zeebe.protocol.record.MetaAttributeAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.PartitionHealthStatusAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.PartitionHealthStatusAssert assertThat(io.camunda.zeebe.protocol.record.PartitionHealthStatus actual) {
    return new io.camunda.zeebe.protocol.record.PartitionHealthStatusAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.PartitionRoleAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.PartitionRoleAssert assertThat(io.camunda.zeebe.protocol.record.PartitionRole actual) {
    return new io.camunda.zeebe.protocol.record.PartitionRoleAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.RecordAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.RecordAssert assertThat(io.camunda.zeebe.protocol.record.Record actual) {
    return new io.camunda.zeebe.protocol.record.RecordAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.RecordMetadataDecoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.RecordMetadataDecoderAssert assertThat(io.camunda.zeebe.protocol.record.RecordMetadataDecoder actual) {
    return new io.camunda.zeebe.protocol.record.RecordMetadataDecoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.RecordMetadataEncoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.RecordMetadataEncoderAssert assertThat(io.camunda.zeebe.protocol.record.RecordMetadataEncoder actual) {
    return new io.camunda.zeebe.protocol.record.RecordMetadataEncoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.RecordTypeAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.RecordTypeAssert assertThat(io.camunda.zeebe.protocol.record.RecordType actual) {
    return new io.camunda.zeebe.protocol.record.RecordTypeAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.RecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.RecordValueAssert assertThat(io.camunda.zeebe.protocol.record.RecordValue actual) {
    return new io.camunda.zeebe.protocol.record.RecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.RecordValueWithVariablesAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.RecordValueWithVariablesAssert assertThat(io.camunda.zeebe.protocol.record.RecordValueWithVariables actual) {
    return new io.camunda.zeebe.protocol.record.RecordValueWithVariablesAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.RejectionTypeAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.RejectionTypeAssert assertThat(io.camunda.zeebe.protocol.record.RejectionType actual) {
    return new io.camunda.zeebe.protocol.record.RejectionTypeAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.ValueTypeAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.ValueTypeAssert assertThat(io.camunda.zeebe.protocol.record.ValueType actual) {
    return new io.camunda.zeebe.protocol.record.ValueTypeAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.ValueTypeMappingAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.ValueTypeMappingAssert assertThat(io.camunda.zeebe.protocol.record.ValueTypeMapping actual) {
    return new io.camunda.zeebe.protocol.record.ValueTypeMappingAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.VarDataEncodingDecoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.VarDataEncodingDecoderAssert assertThat(io.camunda.zeebe.protocol.record.VarDataEncodingDecoder actual) {
    return new io.camunda.zeebe.protocol.record.VarDataEncodingDecoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.VarDataEncodingEncoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.VarDataEncodingEncoderAssert assertThat(io.camunda.zeebe.protocol.record.VarDataEncodingEncoder actual) {
    return new io.camunda.zeebe.protocol.record.VarDataEncodingEncoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.VersionDecoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.VersionDecoderAssert assertThat(io.camunda.zeebe.protocol.record.VersionDecoder actual) {
    return new io.camunda.zeebe.protocol.record.VersionDecoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.VersionEncoderAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.VersionEncoderAssert assertThat(io.camunda.zeebe.protocol.record.VersionEncoder actual) {
    return new io.camunda.zeebe.protocol.record.VersionEncoderAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.AuthorizationIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.AuthorizationIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.AuthorizationIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.AuthorizationIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.ClockIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.ClockIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.ClockIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.ClockIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.CommandDistributionIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.CommandDistributionIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.CommandDistributionIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.CommandDistributionIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.CompensationSubscriptionIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.CompensationSubscriptionIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.CompensationSubscriptionIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.CompensationSubscriptionIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.DecisionEvaluationIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.DecisionEvaluationIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.DecisionEvaluationIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.DecisionEvaluationIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.DecisionIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.DecisionIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.DecisionIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.DecisionIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.DecisionRequirementsIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.DecisionRequirementsIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.DecisionRequirementsIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.DecisionRequirementsIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.DeploymentDistributionIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.DeploymentDistributionIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.DeploymentDistributionIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.DeploymentDistributionIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.DeploymentIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.DeploymentIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.DeploymentIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.DeploymentIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.ErrorIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.ErrorIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.ErrorIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.ErrorIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.EscalationIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.EscalationIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.EscalationIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.EscalationIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.FormIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.FormIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.FormIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.FormIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.IncidentIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.IncidentIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.IncidentIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.IncidentIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.IntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.IntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.Intent actual) {
    return new io.camunda.zeebe.protocol.record.intent.IntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.JobBatchIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.JobBatchIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.JobBatchIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.JobBatchIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.JobIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.JobIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.JobIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.JobIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.MessageBatchIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.MessageBatchIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.MessageBatchIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.MessageBatchIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.MessageCorrelationIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.MessageCorrelationIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.MessageCorrelationIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.MessageCorrelationIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.MessageIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.MessageIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.MessageIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.MessageIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.MessageStartEventSubscriptionIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.MessageStartEventSubscriptionIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.MessageStartEventSubscriptionIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.MessageStartEventSubscriptionIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.MessageSubscriptionIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.MessageSubscriptionIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.MessageSubscriptionIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.MessageSubscriptionIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.ProcessEventIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.ProcessEventIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.ProcessEventIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.ProcessEventIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.ProcessInstanceBatchIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.ProcessInstanceBatchIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.ProcessInstanceBatchIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.ProcessInstanceBatchIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.ProcessInstanceCreationIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.ProcessInstanceCreationIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.ProcessInstanceCreationIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.ProcessInstanceCreationIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.ProcessInstanceIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.ProcessInstanceIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.ProcessInstanceIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.ProcessInstanceIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.ProcessInstanceMigrationIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.ProcessInstanceMigrationIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.ProcessInstanceMigrationIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.ProcessInstanceMigrationIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.ProcessInstanceModificationIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.ProcessInstanceModificationIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.ProcessInstanceModificationIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.ProcessInstanceModificationIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.ProcessInstanceRelatedIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.ProcessInstanceRelatedIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.ProcessInstanceRelatedIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.ProcessInstanceRelatedIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.ProcessInstanceResultIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.ProcessInstanceResultIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.ProcessInstanceResultIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.ProcessInstanceResultIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.ProcessIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.ProcessIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.ProcessIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.ProcessIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.ProcessMessageSubscriptionIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.ProcessMessageSubscriptionIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.ProcessMessageSubscriptionIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.ProcessMessageSubscriptionIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.ResourceDeletionIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.ResourceDeletionIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.ResourceDeletionIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.ResourceDeletionIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.SignalIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.SignalIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.SignalIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.SignalIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.SignalSubscriptionIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.SignalSubscriptionIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.SignalSubscriptionIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.SignalSubscriptionIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.TimerIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.TimerIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.TimerIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.TimerIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.UserIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.UserIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.UserIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.UserIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.UserTaskIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.UserTaskIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.UserTaskIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.UserTaskIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.VariableDocumentIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.VariableDocumentIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.VariableDocumentIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.VariableDocumentIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.VariableIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.VariableIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.VariableIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.VariableIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.intent.management.CheckpointIntentAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.intent.management.CheckpointIntentAssert assertThat(io.camunda.zeebe.protocol.record.intent.management.CheckpointIntent actual) {
    return new io.camunda.zeebe.protocol.record.intent.management.CheckpointIntentAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.AuthorizationOwnerTypeAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.AuthorizationOwnerTypeAssert assertThat(io.camunda.zeebe.protocol.record.value.AuthorizationOwnerType actual) {
    return new io.camunda.zeebe.protocol.record.value.AuthorizationOwnerTypeAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.AuthorizationRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.AuthorizationRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.AuthorizationRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.AuthorizationRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.AuthorizationResourceTypeAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.AuthorizationResourceTypeAssert assertThat(io.camunda.zeebe.protocol.record.value.AuthorizationResourceType actual) {
    return new io.camunda.zeebe.protocol.record.value.AuthorizationResourceTypeAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.BpmnElementTypeAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.BpmnElementTypeAssert assertThat(io.camunda.zeebe.protocol.record.value.BpmnElementType actual) {
    return new io.camunda.zeebe.protocol.record.value.BpmnElementTypeAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.BpmnEventTypeAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.BpmnEventTypeAssert assertThat(io.camunda.zeebe.protocol.record.value.BpmnEventType actual) {
    return new io.camunda.zeebe.protocol.record.value.BpmnEventTypeAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.ClockRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.ClockRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.ClockRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.ClockRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.CommandDistributionRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.CommandDistributionRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.CommandDistributionRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.CommandDistributionRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.CompensationSubscriptionRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.CompensationSubscriptionRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.CompensationSubscriptionRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.CompensationSubscriptionRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.DecisionEvaluationRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.DecisionEvaluationRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.DecisionEvaluationRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.DecisionEvaluationRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.DeploymentDistributionRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.DeploymentDistributionRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.DeploymentDistributionRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.DeploymentDistributionRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.DeploymentRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.DeploymentRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.DeploymentRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.DeploymentRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.ErrorRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.ErrorRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.ErrorRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.ErrorRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.ErrorTypeAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.ErrorTypeAssert assertThat(io.camunda.zeebe.protocol.record.value.ErrorType actual) {
    return new io.camunda.zeebe.protocol.record.value.ErrorTypeAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.EscalationRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.EscalationRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.EscalationRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.EscalationRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.EvaluatedDecisionValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.EvaluatedDecisionValueAssert assertThat(io.camunda.zeebe.protocol.record.value.EvaluatedDecisionValue actual) {
    return new io.camunda.zeebe.protocol.record.value.EvaluatedDecisionValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.EvaluatedInputValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.EvaluatedInputValueAssert assertThat(io.camunda.zeebe.protocol.record.value.EvaluatedInputValue actual) {
    return new io.camunda.zeebe.protocol.record.value.EvaluatedInputValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.EvaluatedOutputValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.EvaluatedOutputValueAssert assertThat(io.camunda.zeebe.protocol.record.value.EvaluatedOutputValue actual) {
    return new io.camunda.zeebe.protocol.record.value.EvaluatedOutputValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.IncidentRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.IncidentRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.IncidentRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.IncidentRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.JobBatchRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.JobBatchRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.JobBatchRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.JobBatchRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.JobKindAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.JobKindAssert assertThat(io.camunda.zeebe.protocol.record.value.JobKind actual) {
    return new io.camunda.zeebe.protocol.record.value.JobKindAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.JobListenerEventTypeAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.JobListenerEventTypeAssert assertThat(io.camunda.zeebe.protocol.record.value.JobListenerEventType actual) {
    return new io.camunda.zeebe.protocol.record.value.JobListenerEventTypeAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.JobRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.JobRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.JobRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.JobRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.MatchedRuleValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.MatchedRuleValueAssert assertThat(io.camunda.zeebe.protocol.record.value.MatchedRuleValue actual) {
    return new io.camunda.zeebe.protocol.record.value.MatchedRuleValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.MessageBatchRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.MessageBatchRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.MessageBatchRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.MessageBatchRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.MessageCorrelationRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.MessageCorrelationRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.MessageCorrelationRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.MessageCorrelationRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.MessageRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.MessageRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.MessageRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.MessageRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.MessageStartEventSubscriptionRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.MessageStartEventSubscriptionRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.MessageStartEventSubscriptionRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.MessageStartEventSubscriptionRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.MessageSubscriptionRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.MessageSubscriptionRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.MessageSubscriptionRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.MessageSubscriptionRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.PermissionActionAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.PermissionActionAssert assertThat(io.camunda.zeebe.protocol.record.value.PermissionAction actual) {
    return new io.camunda.zeebe.protocol.record.value.PermissionActionAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.PermissionTypeAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.PermissionTypeAssert assertThat(io.camunda.zeebe.protocol.record.value.PermissionType actual) {
    return new io.camunda.zeebe.protocol.record.value.PermissionTypeAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.ProcessEventRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.ProcessEventRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.ProcessEventRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.ProcessEventRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.ProcessInstanceBatchRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.ProcessInstanceBatchRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.ProcessInstanceBatchRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.ProcessInstanceBatchRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.ProcessInstanceCreationRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.ProcessInstanceCreationRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.ProcessInstanceCreationRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.ProcessInstanceCreationRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.ProcessInstanceMigrationRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.ProcessInstanceMigrationRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.ProcessInstanceMigrationRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.ProcessInstanceMigrationRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.ProcessInstanceModificationRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.ProcessInstanceModificationRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.ProcessInstanceModificationRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.ProcessInstanceModificationRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.ProcessInstanceRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.ProcessInstanceRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.ProcessInstanceRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.ProcessInstanceRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.ProcessInstanceRelatedAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.ProcessInstanceRelatedAssert assertThat(io.camunda.zeebe.protocol.record.value.ProcessInstanceRelated actual) {
    return new io.camunda.zeebe.protocol.record.value.ProcessInstanceRelatedAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.ProcessInstanceResultRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.ProcessInstanceResultRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.ProcessInstanceResultRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.ProcessInstanceResultRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.ProcessMessageSubscriptionRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.ProcessMessageSubscriptionRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.ProcessMessageSubscriptionRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.ProcessMessageSubscriptionRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.ResourceDeletionRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.ResourceDeletionRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.ResourceDeletionRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.ResourceDeletionRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.SignalRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.SignalRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.SignalRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.SignalRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.SignalSubscriptionRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.SignalSubscriptionRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.SignalSubscriptionRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.SignalSubscriptionRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.TenantOwnedAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.TenantOwnedAssert assertThat(io.camunda.zeebe.protocol.record.value.TenantOwned actual) {
    return new io.camunda.zeebe.protocol.record.value.TenantOwnedAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.TimerRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.TimerRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.TimerRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.TimerRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.UserRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.UserRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.UserRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.UserRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.UserTaskRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.UserTaskRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.UserTaskRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.UserTaskRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.UserTypeAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.UserTypeAssert assertThat(io.camunda.zeebe.protocol.record.value.UserType actual) {
    return new io.camunda.zeebe.protocol.record.value.UserTypeAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.VariableDocumentRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.VariableDocumentRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.VariableDocumentRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.VariableDocumentRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.VariableDocumentUpdateSemanticAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.VariableDocumentUpdateSemanticAssert assertThat(io.camunda.zeebe.protocol.record.value.VariableDocumentUpdateSemantic actual) {
    return new io.camunda.zeebe.protocol.record.value.VariableDocumentUpdateSemanticAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.VariableRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.VariableRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.VariableRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.VariableRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.deployment.DecisionRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.deployment.DecisionRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.deployment.DecisionRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.deployment.DecisionRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.deployment.DecisionRequirementsMetadataValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.deployment.DecisionRequirementsMetadataValueAssert assertThat(io.camunda.zeebe.protocol.record.value.deployment.DecisionRequirementsMetadataValue actual) {
    return new io.camunda.zeebe.protocol.record.value.deployment.DecisionRequirementsMetadataValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.deployment.DecisionRequirementsRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.deployment.DecisionRequirementsRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.deployment.DecisionRequirementsRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.deployment.DecisionRequirementsRecordValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.deployment.DeploymentResourceAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.deployment.DeploymentResourceAssert assertThat(io.camunda.zeebe.protocol.record.value.deployment.DeploymentResource actual) {
    return new io.camunda.zeebe.protocol.record.value.deployment.DeploymentResourceAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.deployment.FormAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.deployment.FormAssert assertThat(io.camunda.zeebe.protocol.record.value.deployment.Form actual) {
    return new io.camunda.zeebe.protocol.record.value.deployment.FormAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.deployment.FormMetadataValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.deployment.FormMetadataValueAssert assertThat(io.camunda.zeebe.protocol.record.value.deployment.FormMetadataValue actual) {
    return new io.camunda.zeebe.protocol.record.value.deployment.FormMetadataValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.deployment.ProcessAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.deployment.ProcessAssert assertThat(io.camunda.zeebe.protocol.record.value.deployment.Process actual) {
    return new io.camunda.zeebe.protocol.record.value.deployment.ProcessAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.deployment.ProcessMetadataValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.deployment.ProcessMetadataValueAssert assertThat(io.camunda.zeebe.protocol.record.value.deployment.ProcessMetadataValue actual) {
    return new io.camunda.zeebe.protocol.record.value.deployment.ProcessMetadataValueAssert(actual);
  }

  /**
   * Creates a new instance of {@link io.camunda.zeebe.protocol.record.value.management.CheckpointRecordValueAssert}.
   *
   * @param actual the actual value.
   * @return the created assertion object.
   */
  @org.assertj.core.util.CheckReturnValue
  public static io.camunda.zeebe.protocol.record.value.management.CheckpointRecordValueAssert assertThat(io.camunda.zeebe.protocol.record.value.management.CheckpointRecordValue actual) {
    return new io.camunda.zeebe.protocol.record.value.management.CheckpointRecordValueAssert(actual);
  }

  /**
   * Creates a new {@link Assertions}.
   */
  protected Assertions() {
    // empty
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy