C# Class AdjustTest.Pcl.TestAttributionHandler

Inheritance: TestTemplate
Datei anzeigen Open project: adjust/windows_sdk Class Usage Examples

Private Properties

Property Type Description
CallCheckAttributionWithGet void
ClientExceptionTest void
EmptyJsonResponseTest void
GetAttributionHandler AdjustSdk.Pcl.AttributionHandler
GetAttributionPackage AdjustSdk.Pcl.ActivityPackage
NullClientTest void
OkMessageTest void
OkMessageTestLogs void
RequestTest void
ServerErrorTest void
StartGetAttributionTest void
WrongJsonTest void

Public Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestAskAttribution ( ) : void
TestAskIn ( ) : void
TestAttributionHandler ( DeviceUtil deviceUtil, IAssert assert, TargetPlatform targetPlatform ) : System.Collections.Generic
TestCheckAttribution ( ) : void
TestPause ( ) : void
TestWithoutListener ( ) : void

Private Methods

Method Description
CallCheckAttributionWithGet ( AttributionHandler attributionHandler, ResponseType responseType, string response ) : void
ClientExceptionTest ( AttributionHandler attributionHandler ) : void
EmptyJsonResponseTest ( AttributionHandler attributionHandler ) : void
GetAttributionHandler ( bool startPaused = false, bool hasDelegate = false ) : AttributionHandler
GetAttributionPackage ( ) : ActivityPackage
NullClientTest ( AttributionHandler attributionHandler ) : void
OkMessageTest ( AttributionHandler attributionHandler ) : void
OkMessageTestLogs ( ) : void
RequestTest ( HttpRequestMessage request ) : void
ServerErrorTest ( AttributionHandler attributionHandler ) : void
StartGetAttributionTest ( AttributionHandler attributionHandler, ResponseType responseType ) : void
WrongJsonTest ( AttributionHandler attributionHandler ) : void

Method Details

SetUp() public method

public SetUp ( ) : void
return void

TearDown() public method

public TearDown ( ) : void
return void

TestAskAttribution() public method

public TestAskAttribution ( ) : void
return void

TestAskIn() public method

public TestAskIn ( ) : void
return void

TestAttributionHandler() public method

public TestAttributionHandler ( DeviceUtil deviceUtil, IAssert assert, TargetPlatform targetPlatform ) : System.Collections.Generic
deviceUtil DeviceUtil
assert IAssert
targetPlatform TargetPlatform
return System.Collections.Generic

TestCheckAttribution() public method

public TestCheckAttribution ( ) : void
return void

TestPause() public method

public TestPause ( ) : void
return void

TestWithoutListener() public method

public TestWithoutListener ( ) : void
return void