|
ProteoWizard
|
Go to the source code of this file.
Classes | |
| struct | TestPathmask |
Macros | |
| #define | SYSTEMCATEGORY system_category |
| #define | ABS "./" |
| #define | REL "./relative" |
| #define | A "/" |
| #define | D ":" |
Functions | |
| string | setSystemDrive (const string &path) |
| void | create_file (const bfs::path &ph, const string &contents) |
| void | createTestPath () |
| void | deleteTestPath () |
| set< bfs::path > | parsePathArray (const string &pathArray) |
| void | testExpandPathmask () |
| void | testAbbreviateByteSize () |
| int | main (int argc, const char *argv[]) |
Variables | |
| string | systemDrive |
| const char * | testPathContentPairArray [] |
| const int | testPathContentPairArraySize = sizeof(testPathContentPairArray) / sizeof(const char*) |
| const TestPathmask | testPathmaskArray [] |
| const int | testPathmaskArraySize = sizeof(testPathmaskArray) / sizeof(TestPathmask) |
| #define SYSTEMCATEGORY system_category |
Definition at line 37 of file FilesystemTest.cpp.
Referenced by create_file().
| #define ABS "./" |
Definition at line 48 of file FilesystemTest.cpp.
Referenced by testExpandPathmask().
| #define REL "./relative" |
Definition at line 49 of file FilesystemTest.cpp.
| #define A "/" |
Definition at line 50 of file FilesystemTest.cpp.
Referenced by gjinverse(), InvertMatrix(), isUpperTriangular(), main(), pwiz::math::qr(), pwiz::math::LinearSolver< LinearSolverType_LU >::solve(), testBanded(), testBandedComplex(), testComplex(), testDouble(), testDoubleQR(), testQR(), testRectangularQR(), and testSparse().
| #define D ":" |
Definition at line 51 of file FilesystemTest.cpp.
Referenced by parsePathArray().
| string setSystemDrive | ( | const string & | path | ) |
Definition at line 55 of file FilesystemTest.cpp.
References systemDrive.
Referenced by createTestPath(), deleteTestPath(), parsePathArray(), and testExpandPathmask().
| void create_file | ( | const bfs::path & | ph, |
| const string & | contents | ||
| ) |
Definition at line 116 of file FilesystemTest.cpp.
References SYSTEMCATEGORY.
Referenced by createTestPath().
| void createTestPath | ( | ) |
Definition at line 125 of file FilesystemTest.cpp.
References create_file(), setSystemDrive(), testPathContentPairArray, testPathContentPairArraySize, and unit_assert.
Referenced by testExpandPathmask().
| void deleteTestPath | ( | ) |
Definition at line 141 of file FilesystemTest.cpp.
References setSystemDrive(), testPathContentPairArray, and testPathContentPairArraySize.
Referenced by main(), and testExpandPathmask().
| set<bfs::path> parsePathArray | ( | const string & | pathArray | ) |
Definition at line 149 of file FilesystemTest.cpp.
References D, and setSystemDrive().
Referenced by testExpandPathmask().
| void testExpandPathmask | ( | ) |
Definition at line 161 of file FilesystemTest.cpp.
References ABS, createTestPath(), deleteTestPath(), e(), pwiz::util::expand_pathmask(), parsePathArray(), setSystemDrive(), systemDrive, testPathmaskArray, testPathmaskArraySize, and unit_assert.
Referenced by main().
| void testAbbreviateByteSize | ( | ) |
Definition at line 206 of file FilesystemTest.cpp.
References pwiz::util::abbreviate_byte_size(), pwiz::util::ByteSizeAbbreviation_IEC, pwiz::util::ByteSizeAbbreviation_JEDEC, and unit_assert.
Referenced by main().
| int main | ( | int | argc, |
| const char * | argv[] | ||
| ) |
Definition at line 234 of file FilesystemTest.cpp.
References deleteTestPath(), e(), TEST_EPILOG, TEST_FAILED, TEST_PROLOG, testAbbreviateByteSize(), and testExpandPathmask().
| string systemDrive |
Definition at line 54 of file FilesystemTest.cpp.
Referenced by setSystemDrive(), and testExpandPathmask().
| const char* testPathContentPairArray[] |
Definition at line 60 of file FilesystemTest.cpp.
Referenced by createTestPath(), and deleteTestPath().
| const int testPathContentPairArraySize = sizeof(testPathContentPairArray) / sizeof(const char*) |
Definition at line 83 of file FilesystemTest.cpp.
Referenced by createTestPath(), and deleteTestPath().
| const TestPathmask testPathmaskArray[] |
Definition at line 93 of file FilesystemTest.cpp.
Referenced by testExpandPathmask().
| const int testPathmaskArraySize = sizeof(testPathmaskArray) / sizeof(TestPathmask) |
Definition at line 113 of file FilesystemTest.cpp.
Referenced by testExpandPathmask().
1.8.1.1