Files Classes Functions Hierarchy
#include <modulelisttest.h>
Static Public Member Functions | |
| static int | test01 (int argc, char **argv) |
| Test modulelist(not automated testing). | |
Static Public Attributes | |
| static string | doc [] |
| Brief description of each test. | |
Definition at line 7 of file modulelisttest.h.
| int modulelisttest::test01 | ( | int | argc, | |
| char ** | argv | |||
| ) | [static] |
Test modulelist(not automated testing).
Definition at line 10 of file modulelisttest.cpp.
References modulelist::buildlist().
Referenced by main().
00011 { 00012 modulelist ml; 00013 bool res=ml.buildlist(); 00014 00015 if (res==false) 00016 return 1; 00017 00018 return 0; 00019 }
string modulelisttest::doc [static] |
Initial value:
{
"",
"Test modulelist(not automated testing)."
}
Definition at line 12 of file modulelisttest.h.
Referenced by main().
1.5.8