ProteoWizard
|
Go to the source code of this file.
Functions | |
template<typename time_type > | |
void | test_time_from_OADATE () |
void | test_format_date_time () |
void | test_parse_date_time () |
void | test_xml_datetime () |
int | main (int argc, const char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void test_time_from_OADATE | ( | ) |
Definition at line 36 of file DateTimeTest.cpp.
References os_, and unit_assert.
void test_format_date_time | ( | ) |
Definition at line 62 of file DateTimeTest.cpp.
References pwiz::util::format_date_time(), os_, and unit_assert.
Referenced by main().
void test_parse_date_time | ( | ) |
Definition at line 102 of file DateTimeTest.cpp.
References pwiz::util::format_date_time(), os_, pwiz::util::parse_date_time(), and unit_assert.
Referenced by main().
void test_xml_datetime | ( | ) |
Definition at line 141 of file DateTimeTest.cpp.
References pwiz::util::decode_xml_datetime(), pwiz::util::encode_xml_datetime(), os_, and unit_assert.
Referenced by main().
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 223 of file DateTimeTest.cpp.
References e(), os_, TEST_EPILOG, TEST_FAILED, test_format_date_time(), test_parse_date_time(), TEST_PROLOG, and test_xml_datetime().
ostream* os_ = 0 |
Definition at line 32 of file DateTimeTest.cpp.