Class RtReq

java.lang.Object
de.hsh.graja.regression.runner.RtReq

public final class RtReq extends Object
Used to send metadata of multiple tasks for a multi-regression test / recording. (Old name: TestRequest)
  • Constructor Details

    • RtReq

      public RtReq(String loggerName, File persistBehaviorIn, File taskZipLocation, File assignmentProperties, File tplFolder)
      Creates a new test request for the regression testing mechanism
      Parameters:
      persistBehaviorIn - path to save recorded behavior in
      taskZipLocation - path pointing to the task.zip that shall be used in the test
      assignmentProperties - path to assignment.properties to load (if exist)
      tplFolder - path to tpl folder of the assignment (if exist, may be null or non existing)