Click or drag to resize

Directory Properties

The Directory type exposes the following members.

Properties
  NameDescription
Private property_TestContext
Temporary TestContext object. Uses see TestContext.
Public propertyCreateDirectory
Should be created the directory.
Public propertyData
Gives directory of test data files
Public propertyDataRedirect
Regular test data directory or manual (DataRedirecting
Public propertyDataRedirecting
Redirection test data directory. Example @"C:\Work\Data\"
Private propertyGetProjectDirectory
Get regular test project directory. Compose path: source directory \ project name.
Public propertyResult
Gives test result directory. Control by variable ResultRedirect
Public propertyResultRedirect
Regular test result directory from object TestContext is deleted when test was successful so can this redirect to ResultRedirecting
Public propertyResultRedirecting
Redirection test result directory. Detail see ResultRedirect. Example @"C:\Work\"
Private propertyTestContext
Test context object used properties e.g. property TestDir (test directory) writing for test data
Top
See Also