#include <string>
#include <vector>
#include <gtest/gtest.h>
#include <opencv2/highgui.hpp>
#include <ros/package.h>
#include "movidius_ncs_lib/ncs_manager.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (UnitTestFunction, testLibraryFunctions) | |
TEST (UnitTestFunction, testLibraryIncorrectInputs) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 103 of file unittest_function.cpp.
TEST | ( | UnitTestFunction | , |
testLibraryFunctions | |||
) |
Definition at line 26 of file unittest_function.cpp.
TEST | ( | UnitTestFunction | , |
testLibraryIncorrectInputs | |||
) |
Definition at line 88 of file unittest_function.cpp.