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

Inheritance: FunctionalTestBase
Mostra file Open project: Azure/azure-mobile-apps-net-client

Public Methods

Method Description
PushFunctional ( ) : System.Linq
RegisterAsyncWithTemplatesAndSecondaryTiles ( ) : System.Threading.Tasks.Task
WnsToastPushTest ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
BuildXmlToastPayload ( string wnsMethod, string text1 ) : System.Xml.Linq.XElement
GetChannelUri ( ) : Task
GetSecondaryTiles ( string channelUri, string tag, bool expectedTiles = false ) : Newtonsoft.Json.Linq.JObject
GetTemplates ( string tag ) : Newtonsoft.Json.Linq.JObject
GetTemplates ( string tag, bool templateBodyJson = false ) : Newtonsoft.Json.Linq.JObject
InitialDeleteRegistrationsAsync ( ) : System.Threading.Tasks.Task
LoginRegisterAsync ( ) : System.Threading.Tasks.Task
NSDataFromDescription ( string hexString ) : NSData
RegisterAsync ( ) : System.Threading.Tasks.Task
RegisterAsyncTemplatesAndOverride ( ) : System.Threading.Tasks.Task
RegisterAsyncTemplatesWithJsonBody ( ) : System.Threading.Tasks.Task
TrimDeviceToken ( string deviceToken ) : string
UnregisterAsync ( ) : System.Threading.Tasks.Task
VerifyRegistration ( string>.Dictionary parameters, Microsoft.WindowsAzure.MobileServices.Test.Push push ) : System.Threading.Tasks.Task
pushChannel_PushNotificationReceived ( Windows.Networking.PushNotifications.PushNotificationChannel sender, PushNotificationReceivedEventArgs args ) : void

Method Details

PushFunctional() public method

public PushFunctional ( ) : System.Linq
return System.Linq

RegisterAsyncWithTemplatesAndSecondaryTiles() public method

public RegisterAsyncWithTemplatesAndSecondaryTiles ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

WnsToastPushTest() public method

public WnsToastPushTest ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task