Click or drag to resize

DirectoryResult Property

Gives test result directory. Control by variable ResultRedirect

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

Property Value

Type: String
Remarks
Can switch between regular test result directory from TestContext object or manuel directory because the regular test result directory is deleted when test was successful so can this redirect to ResultRedirecting.

If ResultRedirecting on (true) and value of ResultRedirecting is empty then composes path: project directory \ Result and gives this back.

Optional CreateDirectory only at ResultRedirect

See Also