Property | Type | Description | |
---|---|---|---|
CheckEndSession | void | ||
CheckFirstSession | void | ||
CheckNewSession | void | ||
CheckSubsession | void | ||
CheckTimerIsFired | void | ||
GetActivityHandler | |||
InitTests | void | ||
ReadFiles | void |
Method | 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 |
Method | 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 ( |
||
InitTests ( string environment = "sandbox", string logLevel = "Info", bool eventBuffering = false, string readActivityState = null, string readAttribution = null ) : void | ||
ReadFiles ( string readActivityState, string readAttribution ) : void |
public TestActivityHandler ( DeviceUtil deviceUtil, IAssert assert, TargetPlatform targetPlatform ) : System | ||
deviceUtil | DeviceUtil | |
assert | IAssert | |
targetPlatform | TargetPlatform | |
return | System |
public TestFinishedTrackingActivity ( ) : void | ||
return | void |