C# Class Microsoft.WindowsAzure.MobileServices.Test.MainPage

Test setup UI page.
Inheritance: System.Windows.Controls.Page
Afficher le fichier Open project: Azure/azure-mobile-apps-net-client

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

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

Private Methods

Méthode Description
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

Method Details

EndGroup() public méthode

public EndGroup ( TestGroup group ) : void
group TestGroup
Résultat void

EndRun() public méthode

public EndRun ( TestHarness harness ) : void
harness TestHarness
Résultat void

EndTest() public méthode

public EndTest ( TestMethod method ) : void
method TestMethod
Résultat void

Error() public méthode

public Error ( string errorDetails ) : void
errorDetails string
Résultat void

Log() public méthode

public Log ( string message ) : void
message string
Résultat void

MainPage() public méthode

public MainPage ( ) : Microsoft.WindowsAzure.MobileServices.Test
Résultat Microsoft.WindowsAzure.MobileServices.Test

MainPage() public méthode

Initializes a new instance of the MainPage class.
public MainPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

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.
Résultat void

Progress() public méthode

public Progress ( TestHarness harness ) : void
harness TestHarness
Résultat void

StartGroup() public méthode

public StartGroup ( TestGroup group ) : void
group TestGroup
Résultat void

StartRun() public méthode

public StartRun ( TestHarness harness ) : void
harness TestHarness
Résultat void

StartTest() public méthode

public StartTest ( TestMethod test ) : void
test TestMethod
Résultat void

Status() public méthode

public Status ( string status ) : void
status string
Résultat void