AppPrintHelper 類別

定義

Fluent API,可讓您更輕鬆地進行測試輸出。 從直接列印至 Console 的應用程式類別鏡像查詢方法。

public class AppPrintHelper : Xamarin.UITest.Utils.IFluentInterface
type AppPrintHelper = class
    interface IFluentInterface
Public Class AppPrintHelper
Implements IFluentInterface
繼承
AppPrintHelper
實作

方法

Query(Func<AppQuery,AppQuery>)

列印與 queryConsole 相符的檢視專案。

Query(Func<AppQuery,AppWebQuery>)

列印與 queryConsole 相符的檢視專案。

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

列印與 相符 queryConsole 的屬性。

Tree(Nullable<Boolean>)

列印可見檢視專案的樹狀結構。

Visible()

將所有可見的檢視專案列印至 Console

明確介面實作

IFluentInterface.GetType()

Fluent API,可讓您更輕鬆地進行測試輸出。 從直接列印至 Console 的應用程式類別鏡像查詢方法。

適用於