C# 클래스 Microsoft.WindowsAzure.MobileServices.Test.MainPage

Test setup UI page.
상속: System.Windows.Controls.Page
파일 보기 프로젝트 열기: Azure/azure-mobile-apps-net-client

공개 메소드들

메소드 설명
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