ISutLocale Methods
Syntax:
CultureInfo ChangeCulture(
string cultureString
)
Parameter | Description |
cultureString | Type: String
The culture string (e.g en-US, de-CH etc) of the system under test. (for Windows: see Additional date, time, & regional settings in Region & language settings.) |
Initializes the SutDateTime by determining the delta from the VM to the host where the testcase is run.
Syntax:
void InitSutDateTime()
Exception | Condition |
The VM local time could not have been parsed. Execution aborted. |
Last modified 4yr ago