RAPP Platform Tests - Qr Detection
v0.6.0
RAPP Platform is a collection of ROS nodes and back-end processes that aim to deliver ready-to-use generic services to robots
|
Utilizes gtest in order to provide unit tests for qr detection. More...
Protected Member Functions | |
QrDetectionTest () | |
Default constructor. More... | |
virtual void | SetUp () |
Sets up stuff before each unit test call. More... | |
virtual void | TearDown () |
Clears up stuff after each unit test call. More... | |
Protected Attributes | |
QrDetector * | qr_detector_ |
Utilizes gtest in order to provide unit tests for qr detection.
Definition at line 27 of file unit_tests.cpp.
|
inlineprotected |
Default constructor.
Definition at line 33 of file unit_tests.cpp.
|
inlineprotectedvirtual |
Sets up stuff before each unit test call.
Definition at line 40 of file unit_tests.cpp.
|
inlineprotectedvirtual |
Clears up stuff after each unit test call.
The QrDetector object, used to test its functions
Definition at line 48 of file unit_tests.cpp.
|
protected |
Definition at line 54 of file unit_tests.cpp.