Method | 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 |
Method | Description | |
---|---|---|
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void |
Invoked when this page is about to be displayed in a Frame.
|
Method | Description | |
---|---|---|
DownloadInputFromStorageAsync ( string storageUrl, string storageSasToken, string inputFilePath ) : Task |
||
ExecuteE2ETests ( object sender, |
Start the end to end test run.
|
|
ExecuteLoginTests ( object sender, |
Loads the login test page.
|
|
ExecuteUnitTests ( object sender, |
Start the unit test run.
|
|
LoginButtonClicked ( object sender, |
||
MainPage_Loaded ( object sender, |
||
ReadFile ( string filePath ) : string |
public MainPage ( ) : Microsoft.WindowsAzure.MobileServices.Test | ||
return | Microsoft.WindowsAzure.MobileServices.Test |
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. |
return | void |
public Progress ( TestHarness harness ) : void | ||
harness | TestHarness | |
return | void |
public StartRun ( TestHarness harness ) : void | ||
harness | TestHarness | |
return | void |