|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| setUp () | |
| tearDown () | |
| testCalculateHash () | |
| testClear () | |
| testData () | |
| testFileEncoding () | |
| testFileName () | |
| testGetData () | |
| testGetFileEncoding () | |
| testGetFileName () | |
| testGetHash () | |
| testGetHashAbsolute () | |
| testGetHashEncoding () | |
| testGetHashMissing () | |
| testHashEncoding () | |
| testPathPrefix () | |
| testRead () | |
| testReadFileName () | |
| testSetFileEncoding () | |
| testSetHashEncodingERR () | |
| testSetHashEncodingMD5 () | |
| testSetHashEncodingSHA1 () | |
| testUpdate () | |
| testValidateChecksum () | |
| testValidateMissingData () | |
| testValidateMissingManifest () | |
| testValidateOK () | |
| testWrite () | |
| testWriteFileName () | |
Data Fields | |
| $manifest | |
| $prefix | |
| $tmpdir | |
Definition at line 6 of file testmanifest.php.
| BagItManifestTest::setUp | ( | ) |
Definition at line 12 of file testmanifest.php.
| BagItManifestTest::tearDown | ( | ) |
Definition at line 25 of file testmanifest.php.
| BagItManifestTest::testCalculateHash | ( | ) |
Definition at line 197 of file testmanifest.php.
| BagItManifestTest::testClear | ( | ) |
Definition at line 148 of file testmanifest.php.
| BagItManifestTest::testData | ( | ) |
Definition at line 55 of file testmanifest.php.
| BagItManifestTest::testFileEncoding | ( | ) |
Definition at line 35 of file testmanifest.php.
References $manifest.
| BagItManifestTest::testFileName | ( | ) |
Definition at line 47 of file testmanifest.php.
| BagItManifestTest::testGetData | ( | ) |
Definition at line 317 of file testmanifest.php.
| BagItManifestTest::testGetFileEncoding | ( | ) |
Definition at line 362 of file testmanifest.php.
References $manifest.
| BagItManifestTest::testGetFileName | ( | ) |
Definition at line 354 of file testmanifest.php.
| BagItManifestTest::testGetHash | ( | ) |
Definition at line 246 of file testmanifest.php.
| BagItManifestTest::testGetHashAbsolute | ( | ) |
Definition at line 283 of file testmanifest.php.
References $prefix.
| BagItManifestTest::testGetHashEncoding | ( | ) |
Definition at line 380 of file testmanifest.php.
| BagItManifestTest::testGetHashMissing | ( | ) |
Definition at line 278 of file testmanifest.php.
| BagItManifestTest::testHashEncoding | ( | ) |
Definition at line 90 of file testmanifest.php.
| BagItManifestTest::testPathPrefix | ( | ) |
Definition at line 30 of file testmanifest.php.
| BagItManifestTest::testRead | ( | ) |
Definition at line 100 of file testmanifest.php.
| BagItManifestTest::testReadFileName | ( | ) |
Definition at line 122 of file testmanifest.php.
| BagItManifestTest::testSetFileEncoding | ( | ) |
Definition at line 374 of file testmanifest.php.
| BagItManifestTest::testSetHashEncodingERR | ( | ) |
Definition at line 417 of file testmanifest.php.
| BagItManifestTest::testSetHashEncodingMD5 | ( | ) |
Definition at line 407 of file testmanifest.php.
| BagItManifestTest::testSetHashEncodingSHA1 | ( | ) |
Definition at line 412 of file testmanifest.php.
| BagItManifestTest::testUpdate | ( | ) |
Definition at line 156 of file testmanifest.php.
| BagItManifestTest::testValidateChecksum | ( | ) |
Definition at line 453 of file testmanifest.php.
References $manifest.
| BagItManifestTest::testValidateMissingData | ( | ) |
Definition at line 441 of file testmanifest.php.
| BagItManifestTest::testValidateMissingManifest | ( | ) |
Definition at line 429 of file testmanifest.php.
References $manifest.
| BagItManifestTest::testValidateOK | ( | ) |
Definition at line 422 of file testmanifest.php.
| BagItManifestTest::testWrite | ( | ) |
Definition at line 208 of file testmanifest.php.
| BagItManifestTest::testWriteFileName | ( | ) |
Definition at line 226 of file testmanifest.php.
| BagItManifestTest::$manifest |
Definition at line 10 of file testmanifest.php.
Referenced by testFileEncoding(), testGetFileEncoding(), testValidateChecksum(), and testValidateMissingManifest().
| BagItManifestTest::$prefix |
Definition at line 9 of file testmanifest.php.
Referenced by testGetHashAbsolute().
| BagItManifestTest::$tmpdir |
Definition at line 8 of file testmanifest.php.