C# 클래스 AdjustTest.Pcl.TestActivityHandler

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

Private Properties

프로퍼티 타입 설명
CheckEndSession void
CheckFirstSession void
CheckNewSession void
CheckSubsession void
CheckTimerIsFired void
GetActivityHandler AdjustSdk.Pcl.ActivityHandler
InitTests void
ReadFiles void

공개 메소드들

메소드 설명
SetUp ( ) : void
TearDown ( ) : void
TestActivityHandler ( DeviceUtil deviceUtil, IAssert assert, TargetPlatform targetPlatform ) : System
TestCheckAttributionState ( ) : void
TestDisable ( ) : void
TestEventsBuffered ( ) : void
TestEventsNotBuffered ( ) : void
TestFinishedTrackingActivity ( ) : void
TestFirstSession ( ) : void
TestOfflineMode ( ) : void
TestOpenUrl ( ) : void
TestSessions ( ) : void
TestTimer ( ) : void
TestUpdateAttribution ( ) : void
testChecks ( ) : void

비공개 메소드들

메소드 설명
CheckEndSession ( bool updateActivityState = true ) : void
CheckFirstSession ( bool paused = false ) : void
CheckNewSession ( bool paused, int sessionCount, int eventCount, bool timerAlreadyStarted = false ) : void
CheckSubsession ( int sessionCount = 1, int subsessionCount = 1, bool timerAlreadyStarted = null, bool askAttributionIsCalled = null ) : void
CheckTimerIsFired ( bool timerFired ) : void
GetActivityHandler ( AdjustConfig config ) : ActivityHandler
InitTests ( string environment = "sandbox", string logLevel = "Info", bool eventBuffering = false, string readActivityState = null, string readAttribution = null ) : void
ReadFiles ( string readActivityState, string readAttribution ) : void

메소드 상세

SetUp() 공개 메소드

public SetUp ( ) : void
리턴 void

TearDown() 공개 메소드

public TearDown ( ) : void
리턴 void

TestActivityHandler() 공개 메소드

public TestActivityHandler ( DeviceUtil deviceUtil, IAssert assert, TargetPlatform targetPlatform ) : System
deviceUtil DeviceUtil
assert IAssert
targetPlatform TargetPlatform
리턴 System

TestCheckAttributionState() 공개 메소드

public TestCheckAttributionState ( ) : void
리턴 void

TestDisable() 공개 메소드

public TestDisable ( ) : void
리턴 void

TestEventsBuffered() 공개 메소드

public TestEventsBuffered ( ) : void
리턴 void

TestEventsNotBuffered() 공개 메소드

public TestEventsNotBuffered ( ) : void
리턴 void

TestFinishedTrackingActivity() 공개 메소드

public TestFinishedTrackingActivity ( ) : void
리턴 void

TestFirstSession() 공개 메소드

public TestFirstSession ( ) : void
리턴 void

TestOfflineMode() 공개 메소드

public TestOfflineMode ( ) : void
리턴 void

TestOpenUrl() 공개 메소드

public TestOpenUrl ( ) : void
리턴 void

TestSessions() 공개 메소드

public TestSessions ( ) : void
리턴 void

TestTimer() 공개 메소드

public TestTimer ( ) : void
리턴 void

TestUpdateAttribution() 공개 메소드

public TestUpdateAttribution ( ) : void
리턴 void

testChecks() 공개 메소드

public testChecks ( ) : void
리턴 void