IAppBasics Interface
Last updated
Last updated
The interface for the AppBasics, that will be passed to every BaseScreen and some Primitives. The main application class (e.g. App.cs) in the software model should implement this interface. (See also: BaseModel Structure)
Namespace: Progile.TRIO.BaseModel Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)
Name
Description
Instantiates and returns an IScroller.
Name
Description
A dictionary for application settings that can be modified through the model and influence other parts of the model or test cases, e.g. the date / time format.
The locale of the system under test that allows to get the current date time and culture of the SUT.
Access to the Tester Interface.
The search rectangle as Select filter that contains the whole application.