C# 클래스 AdjustTest.Pcl.TestAttributionHandler

상속: TestTemplate
파일 보기 프로젝트 열기: adjust/windows_sdk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
SetUp ( ) : void
TearDown ( ) : void
TestAskAttribution ( ) : void
TestAskIn ( ) : void
TestAttributionHandler ( DeviceUtil deviceUtil, IAssert assert, TargetPlatform targetPlatform ) : System.Collections.Generic
TestCheckAttribution ( ) : void
TestPause ( ) : void
TestWithoutListener ( ) : void

비공개 메소드들

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

메소드 상세

SetUp() 공개 메소드

public SetUp ( ) : void
리턴 void

TearDown() 공개 메소드

public TearDown ( ) : void
리턴 void

TestAskAttribution() 공개 메소드

public TestAskAttribution ( ) : void
리턴 void

TestAskIn() 공개 메소드

public TestAskIn ( ) : void
리턴 void

TestAttributionHandler() 공개 메소드

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

TestCheckAttribution() 공개 메소드

public TestCheckAttribution ( ) : void
리턴 void

TestPause() 공개 메소드

public TestPause ( ) : void
리턴 void

TestWithoutListener() 공개 메소드

public TestWithoutListener ( ) : void
리턴 void