SutLocale
Description
Class that allows to get the current date time and culture of the system under test (SUT).
Implements the ISutLocale interface.
You can access the SutLocale through the generated App class from your test case:
DateTime now = App.SutLocale.SutDateTime;
Or from a screen through the IAppBasics Interface:
DateTime now = AppBasics.SutLocale.SutDateTime;
SutLocale Class
Namespace: Progile.TRIO.EnvironmentModel Assembly: Progile.TRIO.EnvironmentModel.Windows (in Progile.TRIO.EnvironmentModel.Windows.dll)
Inheritance Hierarchy:
Object Progile.TRIO.EnvironmentModel.SutLocale
Constructors
Syntax:
Parameter
Description
t
The tester interface.
systemHelper
An instance of the ISystemHelpers interface that allows interaction with the SUT operating system.
cultureString
Methods
Name
Description
Initializes the SutDateTime by determining the delta from the SUT to the host where the testcase is run.
Resets the SutDateTime using the current time of the host and considering the current time zone of the system under test.
Sets the SutDateTime to the provided.
Properties
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.)
Last updated