#include <iostream>
#include <string>
#include <fstream>
#include <gtest/gtest.h>
#include "../headers.h"
Go to the source code of this file.
Functions | |
void | diffTest (const std::string &outputStr) |
int | main (int argc, char *argv[]) |
static const std::string | PATH_PREFIX ("src/test/") |
void | runARAPlannerTest (const std::string &problem) |
TEST (araplanner, env1) |
void diffTest | ( | const std::string & | outputStr | ) |
Definition at line 41 of file module-tests.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 102 of file module-tests.cpp.
static const std::string PATH_PREFIX | ( | "src/test/" | ) | [static] |
void runARAPlannerTest | ( | const std::string & | problem | ) |
Definition at line 61 of file module-tests.cpp.
TEST | ( | araplanner | , |
env1 | |||
) |
Definition at line 96 of file module-tests.cpp.