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

generator.server.javatool.approvaltesting.test.PackageSettings.mustache Maven / Gradle / Ivy

There is a newer version: 1.23.0
Show newest version
package {{packageName}};

import org.approvaltests.core.ApprovalFailureReporter;
import org.approvaltests.reporters.AutoApproveWhenEmptyReporter;
import org.approvaltests.reporters.DiffReporter;
import org.approvaltests.reporters.FirstWorkingReporter;

/**
 * ApprovalTests.Java configuration.
 * */
@SuppressWarnings({ "unused", "java:S115" })
public class PackageSettings {

  private static final String ApprovalBaseDirectory = "../resources";
  private static final ApprovalFailureReporter UseReporter = new FirstWorkingReporter(
    new AutoApproveWhenEmptyReporter(),
    new DiffReporter()
  );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy