Package org.japprove.config
Class ApprovalTestingConfiguration
java.lang.Object
org.japprove.config.ApprovalTestingConfiguration
public class ApprovalTestingConfiguration
extends java.lang.Object
A configuration class for approval testing. The information is read from the japprove.properties
file in the resources directory.
-
Constructor Summary
Constructors Constructor Description ApprovalTestingConfiguration() -
Method Summary
Modifier and Type Method Description java.lang.StringgetBaselineCandidateDirectory()Returns the path to the baselineCandidate directory.java.lang.StringgetBaselineDirectory()Returns the path to the baseline directory.java.lang.StringgetDiffTool()Returns the path to the diff tool.
-
Constructor Details
-
ApprovalTestingConfiguration
public ApprovalTestingConfiguration()
-
-
Method Details
-
getBaselineDirectory
public java.lang.String getBaselineDirectory()Returns the path to the baseline directory.- Returns:
- the path to the baseline directory.
-
getBaselineCandidateDirectory
public java.lang.String getBaselineCandidateDirectory()Returns the path to the baselineCandidate directory.- Returns:
- the path to the baselineCandidate directory.
-
getDiffTool
public java.lang.String getDiffTool()Returns the path to the diff tool.- Returns:
- the path to the diff tool.
-