class MAGES::Tests::TestErrors

Overview

Class for testing the analytics errors. More…

class TestErrors
{
public:
    // methods

    void TestCollisionError();
    void TestTimeLimitError();
    void TestRotationLimitError();
    void TestRangeOfMotionLimitError();
    void TestInteractionError();
    void TestPerformedWrongActionError();
    void TestDidNotPerformRequiredActionError();
    void TestWrongAnswerError();
    void TestInsertionAngleError();
    void TestScoring();
    void TestScoringMergePolicy();
};

Detailed Documentation

Class for testing the analytics errors.

Methods

void TestCollisionError()

Test for the Collision error.

void TestTimeLimitError()

Test for the Time Limit error.

void TestRotationLimitError()

Test for the Rotation Limit error.

void TestRangeOfMotionLimitError()

Test for the Range Of Motion Limit error.

void TestInteractionError()

Test for the Interaction error.

void TestPerformedWrongActionError()

Test for the Performed Wrong Action error.

void TestDidNotPerformRequiredActionError()

Test for the Did Not Perform Required Action error.

void TestWrongAnswerError()

Test for the Wrong Answer error.

void TestInsertionAngleError()

Test for the Insertion Angle error.

void TestScoring()

Test for the scoring functionality.

void TestScoringMergePolicy()

Test for the scoring merge policy functionality.