Package de.hsh.graja.regression.runner
Class RtReq
java.lang.Object
de.hsh.graja.regression.runner.RtReq
Used to send metadata of multiple tasks for a multi-regression test / recording.
(Old name: TestRequest)
-
Constructor Summary
Constructors -
Method Summary
-
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 intaskZipLocation
- path pointing to the task.zip that shall be used in the testassignmentProperties
- path to assignment.properties to load (if exist)tplFolder
- path to tpl folder of the assignment (if exist, may be null or non existing)
-