Package nl.knaw.dans.bagit.conformance
Class ManifestCheckerTest
java.lang.Object
nl.knaw.dans.bagit.TempFolderTest
nl.knaw.dans.bagit.PrivateConstructorTest
nl.knaw.dans.bagit.conformance.ManifestCheckerTest
-
Field Summary
Fields inherited from class nl.knaw.dans.bagit.TempFolderTest
folder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
void
void
void
void
void
Methods inherited from class nl.knaw.dans.bagit.PrivateConstructorTest
assertUtilityClassWellDefined
Methods inherited from class nl.knaw.dans.bagit.TempFolderTest
copyBagToTempFolder, createDirectory, createFile, delete, setupTempFolder, teardownTempFolder
-
Field Details
-
rootDir
-
-
Constructor Details
-
ManifestCheckerTest
public ManifestCheckerTest()
-
-
Method Details
-
testClassIsWellDefined
@Test public void testClassIsWellDefined() throws NoSuchMethodException, InvocationTargetException, InstantiationException, IllegalAccessException -
testCheckManifests
- Throws:
Exception
-
testPayloadManifestSetsShouldBeSame
- Throws:
Exception
-
testTagManifestSetsShouldBeSame
- Throws:
Exception
-
testCheckTagManifest
- Throws:
Exception
-
testLinterIgnoreWeakChecksum
- Throws:
Exception
-
testLinterIgnoreCase
- Throws:
Exception
-
testLinterNormalization
- Throws:
Exception
-
testLinterIgnoreBagWithinABag
- Throws:
Exception
-
testLinterIgnoreRelativePath
- Throws:
Exception
-
testLinterIgnoreNonStandardChecksumAlgorithm
- Throws:
Exception
-
testLinterIgnoreOSSpecificFiles
- Throws:
Exception
-
testOSSpecificFilesRegex
@Test public void testOSSpecificFilesRegex() -
testParsePath
- Throws:
InvalidBagitFileFormatException
-
testCheckAlgorthm
@Test public void testCheckAlgorthm()
-