C# Class AdjustTest.Pcl.TestActivityHandler

Inheritance: TestTemplate
Afficher le fichier Open project: adjust/windows_sdk Class Usage Examples

Private Properties

Свойство Type Description
CheckEndSession void
CheckFirstSession void
CheckNewSession void
CheckSubsession void
CheckTimerIsFired void
GetActivityHandler AdjustSdk.Pcl.ActivityHandler
InitTests void
ReadFiles void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

SetUp() public méthode

public SetUp ( ) : void
Résultat void

TearDown() public méthode

public TearDown ( ) : void
Résultat void

TestActivityHandler() public méthode

public TestActivityHandler ( DeviceUtil deviceUtil, IAssert assert, TargetPlatform targetPlatform ) : System
deviceUtil DeviceUtil
assert IAssert
targetPlatform TargetPlatform
Résultat System

TestCheckAttributionState() public méthode

public TestCheckAttributionState ( ) : void
Résultat void

TestDisable() public méthode

public TestDisable ( ) : void
Résultat void

TestEventsBuffered() public méthode

public TestEventsBuffered ( ) : void
Résultat void

TestEventsNotBuffered() public méthode

public TestEventsNotBuffered ( ) : void
Résultat void

TestFinishedTrackingActivity() public méthode

public TestFinishedTrackingActivity ( ) : void
Résultat void

TestFirstSession() public méthode

public TestFirstSession ( ) : void
Résultat void

TestOfflineMode() public méthode

public TestOfflineMode ( ) : void
Résultat void

TestOpenUrl() public méthode

public TestOpenUrl ( ) : void
Résultat void

TestSessions() public méthode

public TestSessions ( ) : void
Résultat void

TestTimer() public méthode

public TestTimer ( ) : void
Résultat void

TestUpdateAttribution() public méthode

public TestUpdateAttribution ( ) : void
Résultat void

testChecks() public méthode

public testChecks ( ) : void
Résultat void