Unit tests. More...
Go to the source code of this file.
Classes | |
class | CallbackCounter |
Functions | |
int | main (int argc, char **argv) |
TEST (MotorControllerNode, SetMaxPos) | |
TEST_F (CallbackCounter, TestCounter_Node) |
Unit tests.
This program is free software: you can redistribute it and/or modify it under the terms of the Licencia Educativa UC3M as published by the University Carlos III of Madrid, either version 1.0, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. See the Licencia Educativa UC3M version 1.0 or any later version for more details.
A copy of the Licencia Educativa UC3M is in the LICENSE file.
Definition in file gtest_motor_controller_node.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 116 of file gtest_motor_controller_node.cpp.
TEST | ( | MotorControllerNode | , |
SetMaxPos | |||
) |
Definition at line 80 of file gtest_motor_controller_node.cpp.
TEST_F | ( | CallbackCounter | , |
TestCounter_Node | |||
) |
Definition at line 57 of file gtest_motor_controller_node.cpp.