Package org.gbif.dwc
Class ArchiveTest
java.lang.Object
org.gbif.dwc.ArchiveTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidCheck we can handle the simplest of archives.voidCheck we can handle an archive file with multiple |SV files in the core and extension.voidCheck we can handle an archive file with multiple files each with multiple header linesvoidCheck we can handle an archive file with multiple header lines
-
Constructor Details
-
ArchiveTest
public ArchiveTest()
-
-
Method Details
-
testIteratorDwc
Check we can handle the simplest of archives.- Throws:
Exception
-
testMultilineHeader
Check we can handle an archive file with multiple header lines- Throws:
Exception
-
testMultifile
Check we can handle an archive file with multiple |SV files in the core and extension.- Throws:
Exception
-
testMultifileMultilineHeader
Check we can handle an archive file with multiple files each with multiple header lines- Throws:
Exception
-
testConstituents
-