IAppBasics Interface
Description
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)
IAppBasics Interface
Namespace: Progile.TRIO.BaseModel Assembly: Progile.TRIO.BaseModel (in Progile.TRIO.BaseModel.dll)
Methods
Name | Description |
Instantiates and returns an IScroller. |
Properties
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. |
Last updated