Project: engagement_recognition License: BSD Dependencies:
Used by:
None |
engagement_recognition/test/events/event_factory_test.cpp File Reference#include <gtest/gtest.h> #include <vector> #include <string> #include "../src/recognition/events/event_factory.h"
Include dependency graph for event_factory_test.cpp:
Go to the source code of this file.
Function Documentation
Test the success creator for the EventFactory class. Definition at line 265 of file event_factory_test.cpp.
Test the sharedGaze creator for the EventFactory class. Definition at line 228 of file event_factory_test.cpp.
Test the robotInitiated creator for the EventFactory class. Definition at line 191 of file event_factory_test.cpp.
Test the humanInitiated creator for the EventFactory class. Definition at line 154 of file event_factory_test.cpp.
Test the failed creator for the EventFactory class. Definition at line 117 of file event_factory_test.cpp.
Test the cycle creator for the EventFactory class. Definition at line 80 of file event_factory_test.cpp.
Test the completed creator for the EventFactory class. Definition at line 43 of file event_factory_test.cpp. |