AppPrintHelper Class

Definition

A fluent API for making test output easier. Mirrored query methods from the app classes that print directly to Console.

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

Methods

Query(Func<AppQuery,AppQuery>)

Prints the view elements matched by query to Console.

Query(Func<AppQuery,AppWebQuery>)

Prints the view elements matched by query to Console.

Query<T>(Func<AppQuery,AppTypedSelector<T>>)

Prints the properties matched by query to Console.

Tree(Nullable<Boolean>)

Prints a tree of the visible view elements.

Visible()

Prints all the visible view elements to Console.

Explicit Interface Implementations

IFluentInterface.GetType()

Applies to