C# Класс Microsoft.WindowsAzure.MobileServices.Test.MainPage

Test setup UI page.
Наследование: System.Windows.Controls.Page
Показать файл Открыть проект

Открытые методы

Метод Описание
EndGroup ( TestGroup group ) : void
EndRun ( TestHarness harness ) : void
EndTest ( TestMethod method ) : void
Error ( string errorDetails ) : void
Log ( string message ) : void
MainPage ( ) : Microsoft.WindowsAzure.MobileServices.Test
MainPage ( ) : System

Initializes a new instance of the MainPage class.

Progress ( TestHarness harness ) : void
StartGroup ( TestGroup group ) : void
StartRun ( TestHarness harness ) : void
StartTest ( TestMethod test ) : void
Status ( string status ) : void

Защищенные методы

Метод Описание
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Invoked when this page is about to be displayed in a Frame.

Приватные методы

Метод Описание
DownloadInputFromStorageAsync ( string storageUrl, string storageSasToken, string inputFilePath ) : Task
ExecuteE2ETests ( object sender, RoutedEventArgs e ) : void

Start the end to end test run.

ExecuteLoginTests ( object sender, RoutedEventArgs e ) : void

Loads the login test page.

ExecuteUnitTests ( object sender, RoutedEventArgs e ) : void

Start the unit test run.

LoginButtonClicked ( object sender, RoutedEventArgs e ) : void
MainPage_Loaded ( object sender, RoutedEventArgs e ) : void
ReadFile ( string filePath ) : string

Описание методов

EndGroup() публичный Метод

public EndGroup ( TestGroup group ) : void
group TestGroup
Результат void

EndRun() публичный Метод

public EndRun ( TestHarness harness ) : void
harness TestHarness
Результат void

EndTest() публичный Метод

public EndTest ( TestMethod method ) : void
method TestMethod
Результат void

Error() публичный Метод

public Error ( string errorDetails ) : void
errorDetails string
Результат void

Log() публичный Метод

public Log ( string message ) : void
message string
Результат void

MainPage() публичный Метод

public MainPage ( ) : Microsoft.WindowsAzure.MobileServices.Test
Результат Microsoft.WindowsAzure.MobileServices.Test

MainPage() публичный Метод

Initializes a new instance of the MainPage class.
public MainPage ( ) : System
Результат System

OnNavigatedTo() защищенный Метод

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs Event data that describes how this page was reached. The Parameter /// property is typically used to configure the page.
Результат void

Progress() публичный Метод

public Progress ( TestHarness harness ) : void
harness TestHarness
Результат void

StartGroup() публичный Метод

public StartGroup ( TestGroup group ) : void
group TestGroup
Результат void

StartRun() публичный Метод

public StartRun ( TestHarness harness ) : void
harness TestHarness
Результат void

StartTest() публичный Метод

public StartTest ( TestMethod test ) : void
test TestMethod
Результат void

Status() публичный Метод

public Status ( string status ) : void
status string
Результат void