DirectoryData Property | |
Gives directory of test data files
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 Data { get; }
Public ReadOnly Property Data As String
Get
Property Value
Type:
StringRemarks
Can switch between regular test data directory or manuel directory.
Syntax regular test data directory:
source path (from object TextContext) \ test project name (assembly name) \ Data
Example: C:\Daten\Projekte\SOWIApp\Source\easyPlanApp.Test\Data\
Optional
CreateDirectorySee Also