AppPrintHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(Func<AppQuery,AppWebQuery>) |
Prints the view elements matched by |
Query<T>(Func<AppQuery,AppTypedSelector<T>>) |
Prints the properties matched by |
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() |