Cambridge SMT System
|
Unit testing: registrypo class and related functions. More...
Go to the source code of this file.
Functions | |
TEST (registrypo, alternativeconstructor) | |
Test alternative constructor for testing. More... | |
TEST (registrypo, dump) | |
Test dump method. More... | |
TEST (registrypo, alternativegetmethods) | |
Test registrypo get methods. More... | |
TEST (registrypo, get_string) | |
Test getstring method, which also reads from file if preceded by file://. More... | |
int | main (int argc, char **argv) |
main function. If compiled individualy, will kickoff any tests in this file. More... | |
Unit testing: registrypo class and related functions.
Definition in file registrypo.gtest.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
main function. If compiled individualy, will kickoff any tests in this file.
Definition at line 118 of file registrypo.gtest.cpp.
TEST | ( | registrypo | , |
alternativeconstructor | |||
) |
Test alternative constructor for testing.
Definition at line 31 of file registrypo.gtest.cpp.
TEST | ( | registrypo | , |
dump | |||
) |
Test dump method.
Definition at line 43 of file registrypo.gtest.cpp.
TEST | ( | registrypo | , |
alternativegetmethods | |||
) |
Test registrypo get methods.
Definition at line 54 of file registrypo.gtest.cpp.
TEST | ( | registrypo | , |
get_string | |||
) |
Test getstring method, which also reads from file if preceded by file://.
Definition at line 98 of file registrypo.gtest.cpp.