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.String getBaselineCandidateDirectory()
    Returns the path to the baselineCandidate directory.
    java.lang.String getBaselineDirectory()
    Returns the path to the baseline directory.
    java.lang.String getDiffTool()
    Returns the path to the diff tool.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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.