scenario_simulator_v2 C++ API
|
#include "test_raycaster.hpp"
Functions | |
TEST_F (RaycasterTest, addPrimitive_box) | |
TEST_F (RaycasterTest, addPrimitive_twoIdenticalNames) | |
TEST_F (RaycasterTest, raycast_empty) | |
TEST_F (RaycasterTest, raycast_box) | |
TEST_F (RaycasterTest, setDirection_oneBox) | |
TEST_F (RaycasterTest, setDirection_manyBoxes) | |
TEST_F (RaycasterTest, getDetectedObjects) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
TEST_F | ( | RaycasterTest | , |
addPrimitive_box | |||
) |
TEST_F | ( | RaycasterTest | , |
addPrimitive_twoIdenticalNames | |||
) |
TEST_F | ( | RaycasterTest | , |
getDetectedObjects | |||
) |
TEST_F | ( | RaycasterTest | , |
raycast_box | |||
) |
TEST_F | ( | RaycasterTest | , |
raycast_empty | |||
) |
TEST_F | ( | RaycasterTest | , |
setDirection_manyBoxes | |||
) |
TEST_F | ( | RaycasterTest | , |
setDirection_oneBox | |||
) |