class MAGES::Tests::TestEvents¶
Overview¶
Class for testing the analytics events. More…
class TestEvents { public: // methods void TestActionPerformedEvent(); void TestActionSkippedEvent(); void TestActionUndoneEvent(); void TestSessionStartedEvent(); void TestSesionEndedEvent(); void TestOnCollisionEvent(); void TestOnInteractionEvent(); };
Detailed Documentation¶
Class for testing the analytics events.
Methods¶
void TestActionPerformedEvent()
Test for the Action Performed event.
void TestActionSkippedEvent()
Test for the Action Skipped event.
void TestActionUndoneEvent()
Test for the Action Undone event.
void TestSessionStartedEvent()
Test for the Session Started event.
void TestSesionEndedEvent()
Test for the Action Performed event.
void TestOnCollisionEvent()
Test for the OnCollision event.
void TestOnInteractionEvent()
Test for the OnInteraction event.