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

org.assertj.snapshot.api.Assertions Maven / Gradle / Ivy

The newest version!
package org.assertj.snapshot.api;

import org.assertj.snapshot.internal.assertions.SnapshotAssert;

public class Assertions {

  protected Assertions() {}

  public static SnapshotAssert assertThat(final Object actual) {
    return new SnapshotAssert(actual);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy