Xamarin.UITest.Queries.PropertyAppQuery Members

The members of Xamarin.UITest.Queries.PropertyAppQuery are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initial constructor for property queries. Should not be called directly, but used as part of the fluent API in the app classes.

Public Properties

[read-only]
QueryPlatformQueryPlatform. The target platform of the query. Useful when writing extensions methods for queries for platform differences.

Public Methods

Contains(string) : AppQuery
Matches properties containing with the given text.
EndsWith(string) : AppQuery
Matches properties ending with the given text.
Like(string) : AppQuery
Matches properties like the given text. Supports * wildcards.
Predicate(string, string) : AppQuery
Matches properties matching the given predicate and text. Allows using unexposed Calabash predicates.
StartsWith(string) : AppQuery
Matches properties starting with the given text.
Value<T>() : AppTypedSelector<T>
Extracts the value of the property.

Explicitly Implemented Interface Members

Xamarin.UITest.Utils.IFluentInterface.GetTypeDocumentation for this section has not yet been entered.