#include <gtest/gtest.h>#include <string>#include "rostest/permuter.h"#include <vector>#include "boost/thread/mutex.hpp"

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (Permuter, DoubleStringPermuteOptions) | |
| TEST (Permuter, ThreeDoubleOptions) | |
| TEST (Permuter, TwoDoubleOptions) | |
| TEST (Permuter, OneDoublePermuteOption) | |
| TEST (Permuter, PermuteOption) | |
Variables | |
| double | epsilon = 1e-9 |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 210 of file test_permuter.cpp.
| TEST | ( | Permuter | , | |
| DoubleStringPermuteOptions | ||||
| ) |
Definition at line 173 of file test_permuter.cpp.
| TEST | ( | Permuter | , | |
| ThreeDoubleOptions | ||||
| ) |
Definition at line 125 of file test_permuter.cpp.
| TEST | ( | Permuter | , | |
| TwoDoubleOptions | ||||
| ) |
Definition at line 89 of file test_permuter.cpp.
| TEST | ( | Permuter | , | |
| OneDoublePermuteOption | ||||
| ) |
Definition at line 63 of file test_permuter.cpp.
| TEST | ( | Permuter | , | |
| PermuteOption | ||||
| ) |
Definition at line 39 of file test_permuter.cpp.
| double epsilon = 1e-9 |
Definition at line 37 of file test_permuter.cpp.