Package nl.knaw.dans.bagit.reader
Class BagitTextFileReaderTest
java.lang.Object
nl.knaw.dans.bagit.TempFolderTest
nl.knaw.dans.bagit.PrivateConstructorTest
nl.knaw.dans.bagit.reader.BagitTextFileReaderTest
-
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
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
-
Constructor Details
-
BagitTextFileReaderTest
public BagitTextFileReaderTest()
-
-
Method Details
-
testClassIsWellDefined
@Test public void testClassIsWellDefined() throws NoSuchMethodException, InvocationTargetException, InstantiationException, IllegalAccessException -
testLinesMatchesStrict
- Throws:
Exception
-
testFirstLineMatchesStrict
- Throws:
Exception
-
testSecondLineMatchesStrict
- Throws:
Exception
-
testMatchesStrictWithTooManyLines
- Throws:
Exception
-
testParseVersionWithBadVersion
- Throws:
UnparsableVersionException
-
testParseKnownVersions
- Throws:
Exception
-
testParseVersionsWithSpaces
- Throws:
Exception
-
testParsePartlyMissingVersion
- Throws:
Exception
-
testReadBagitFile
- Throws:
Exception
-
testReadBagitFileWithBomShouldThrowException
- Throws:
Exception
-