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

org.approvaltests.namer.ApprovalNamer Maven / Gradle / Ivy

There is a newer version: 24.9.0
Show newest version
package org.approvaltests.namer;

import java.io.File;

public interface ApprovalNamer extends GetApprovalName, GetSourceFilePath
{
  public File getApprovedFile(String extensionWithDot);
  public File getReceivedFile(String extensionWithDot);
  public ApprovalNamer addAdditionalInformation(String info);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy