PropertyAppQuery Class

Definition

Fluent query API for specifying view elements predicates for properties.

public class PropertyAppQuery : Xamarin.UITest.Utils.IFluentInterface
type PropertyAppQuery = class
    interface IFluentInterface
Public Class PropertyAppQuery
Implements IFluentInterface
Inheritance
PropertyAppQuery
Implements

Constructors

PropertyAppQuery(QueryPlatform, AppQuery, String)

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

Properties

QueryPlatform

The target platform of the query. Useful when writing extensions methods for queries for platform differences.

Methods

Contains(String)

Matches properties containing with the given text.

EndsWith(String)

Matches properties ending with the given text.

Like(String)

Matches properties like the given text. Supports * wildcards.

Predicate(String, String)

Matches properties matching the given predicate and text. Allows using unexposed Calabash predicates.

StartsWith(String)

Matches properties starting with the given text.

Value<T>()

Extracts the value of the property.

Explicit Interface Implementations

IFluentInterface.GetType()

Applies to