$search
Unit Test for the tclap header library. More...
#include <gtest/gtest.h>
#include "../../include/ecl/command_line.hpp"
Go to the source code of this file.
Functions | |
catch (ArgException &e) | |
int | main (int argc, char **argv) |
TEST (CommandLineTests, verify) | |
Variables | |
static int | myargc |
static char ** | myargv |
Unit Test for the tclap header library.
Unit Test for the tclap header library (ecl/command_line.hpp).
Definition in file test/command_line.cpp.
catch | ( | ArgException & | e | ) |
Definition at line 64 of file test/command_line.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 73 of file test/command_line.cpp.
TEST | ( | CommandLineTests | , | |
verify | ||||
) |
Definition at line 38 of file test/command_line.cpp.
int myargc [static] |
Definition at line 31 of file test/command_line.cpp.
char** myargv [static] |
Definition at line 32 of file test/command_line.cpp.