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:
Methods
Properties
Last updated