#include <fstream>#include <string>#include <vector>#include <boost/filesystem/operations.hpp>#include <gtest/gtest.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (UnitTestEnvironment, testSDK) | |
| TEST (UnitTestEnvironment, testAppZoo) | |
| TEST (UnitTestEnvironment, testCategories) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 63 of file unittest_environment.cpp.
| TEST | ( | UnitTestEnvironment | , |
| testSDK | |||
| ) |
Definition at line 24 of file unittest_environment.cpp.
| TEST | ( | UnitTestEnvironment | , |
| testAppZoo | |||
| ) |
Definition at line 38 of file unittest_environment.cpp.
| TEST | ( | UnitTestEnvironment | , |
| testCategories | |||
| ) |
Definition at line 55 of file unittest_environment.cpp.