Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
38 0 0 1 97.368% 0.311

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
org.apache.maven.archiver 38 0 0 1 97.368% 0.311

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

org.apache.maven.archiver

Class Tests Errors Failures Skipped Success Rate Time
MavenArchiveConfigurationTest 3 0 0 0 100% 0.059
MavenArchiverTest 31 0 0 1 96.774% 0.251
ManifestConfigurationTest 4 0 0 0 100% 0.001

Test Cases

[Summary] [Package List] [Test Cases]

MavenArchiveConfigurationTest

addingThreeEntriesShouldBeReturnedInInsertOrder 0.031
addingSingleEntryShouldBeReturned 0
addingTwoEntriesShouldBeReturnedInInsertOrder 0

MavenArchiverTest

testRecreation 0
Currently not working on Linux JDK 9 which looks like a JDK bug at the moment. See comments in Tests
testGetManifestExtensionList 0.008
shouldCreateArchiveWithSimpleClassPathLayoutUsingDefaults 0.089
shouldCreateArchiveWithSimpleClassPathLayoutWhileSettingSimpleLayoutExplicit 0.008
testManifestSections 0.001
testCustomClassPathValue 0.009
testManifestEntries 0.007
testCustomClassPathValue_WithSnapshotForcingBaseVersion 0.007
testDeprecatedCreateArchiveAPI 0.006
testNotGenerateImplementationVersionForMANIFESTMF 0.007
testCarriageReturnInManifestEntry 0.01
testCustomClassPathValue_WithSnapshotResolvedVersion 0.009
testMavenRepoClassPathValue_WithSnapshot 0.006
testValidModuleNames 0.001
testDefaultPomProperties 0.004
shouldCreateArchiveCustomLayoutRepositoryNonUnique 0.006
testCustomPomProperties 0.004
testDashesInClassPath_MSHARED_134 0.006
testDashesInClassPath_MSHARED_182 0.006
testManifestWithInvalidAutomaticModuleNameThrowsOnCreateArchive 0.002
testInvalidModuleNames 0
testDefaultClassPathValue 0.005
shouldCreateArchiveCustomerLayoutSimple 0.007
shouldCreateArchiveCustomLayoutRepository 0.007
testMavenRepoClassPathValue 0.006
shouldCreateArchiveCustomLayoutSimpleNonUnique 0.005
testMultiClassPath 0.005
testParseOutputTimestamp 0.002
testMinimalManifestEntries 0.008
testGenerateImplementationVersionForMANIFESTMF 0.004
testDefaultClassPathValue_WithSnapshot 0.005

ManifestConfigurationTest

getClasspathPrefixShouldReturnTheTrailingSlash 0
getClasspathPrefixShouldReturnPrefixWithSlashesInsteadOfBackSlashes 0
XXX 0
getClasspathPrefixShouldReturnPrefixWithTraingSlash 0

Failure Details

[Summary] [Package List] [Test Cases]


testRecreation
skipped: Currently not working on Linux JDK 9 which looks like a JDK bug at the moment. See comments in Tests