Directory Properties |
The Directory type exposes the following members.
Name | Description | |
---|---|---|
_TestContext |
Temporary TestContext object. Uses see TestContext.
| |
CreateDirectory |
Should be created the directory.
| |
Data |
Gives directory of test data files
| |
DataRedirect |
Regular test data directory or manual (DataRedirecting | |
DataRedirecting |
Redirection test data directory. Example @"C:\Work\Data\"
| |
GetProjectDirectory |
Get regular test project directory. Compose path: source directory \ project name.
| |
Result |
Gives test result directory. Control by variable ResultRedirect | |
ResultRedirect |
Regular test result directory from object TestContext is deleted when test was successful
so can this redirect to ResultRedirecting | |
ResultRedirecting |
Redirection test result directory. Detail see ResultRedirect. Example @"C:\Work\"
| |
TestContext |
Test context object used properties e.g. property TestDir (test directory) writing for test data
|