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

org.approvaltests.reporters.ReporterWithApprovalPower Maven / Gradle / Ivy

The newest version!
package org.approvaltests.reporters;

import org.approvaltests.core.ApprovalFailureReporter;
import org.approvaltests.core.VerifyResult;

public interface ReporterWithApprovalPower extends ApprovalFailureReporter
{
  public VerifyResult approveWhenReported();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy