Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
engagement_recognition/test/actors/actor_test.cpp File Reference#include <gtest/gtest.h> #include <vector> #include <string> #include "../src/recognition/actors/actor.h" #include "../src/recognition/handlers/engagement_handler.h" #include "../src/recognition/lib/engagement_params.h"
Include dependency graph for actor_test.cpp:
Go to the source code of this file.
Function Documentation
Test the statistics (addEvent, statistics) methods for the Actor class. Definition at line 279 of file actor_test.cpp.
Test the handler methods for the Actor class. Definition at line 264 of file actor_test.cpp.
Test the pointing methods for the Actor class. Definition at line 203 of file actor_test.cpp.
Test the looking methods for the Actor class. Definition at line 142 of file actor_test.cpp.
Test the speaking methods for the Actor class. Definition at line 124 of file actor_test.cpp.
Test the facial gaze methods for the Actor class. Definition at line 106 of file actor_test.cpp.
Test the engaged methods for the Actor class. Definition at line 89 of file actor_test.cpp.
Test the constructor that takes a name for the Actor class. Definition at line 67 of file actor_test.cpp.
Test the default constructor for the Actor class. Definition at line 45 of file actor_test.cpp. |