SutLocale
Class that allows to get the current date time and culture of the system under test.
Namespace: Progile.TRIO.EnvironmentModel
Assembly: Progile.TRIO.EnvironmentModel.Windows (in Progile.TRIO.EnvironmentModel.Windows.dll)
Syntax:
public SutLocale(
ITester tester,
ISystemHelpers systemHelpers,
string cultureString
)
Parameter | Description |
t | The tester interface. |
systemHelper | An instance of the ISystemHelpers interface that allows interaction with the SUT operating system. |
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.) |
Name | Description |
Initializes the SutDateTime by determining the delta from the VM to the host where the testcase is run. |
Name | Description |
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.) | |
Gets the current dateTime of the system under test (SUT). For an exact time you should call InitSutDateTime before using SutDateTime. |
Last modified 3yr ago