Click or drag to resize

DirectoryResultRedirect Property

Regular test result directory from object TestContext is deleted when test was successful so can this redirect to ResultRedirecting

Namespace:  SIC.Test.Helper
Assembly:  SIC.Test.Helper (in SIC.Test.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public bool ResultRedirect { get; set; }

Property Value

Type: Boolean
Remarks
Is value false then not redirection and uses regular directory. Is value true then redirection result directory (details see Result)
See Also