Surefire Report
Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
362 | 0 | 0 | 1 | 99.7% | 15.89 s |
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.eclipse.aether.internal.impl | 203 | 0 | 0 | 1 | 99.5% | 0.474 s |
org.eclipse.aether.internal.impl.collect.df | 21 | 0 | 0 | 0 | 100% | 0.040 s |
org.eclipse.aether.internal.impl.collect | 12 | 0 | 0 | 0 | 100% | 0.009 s |
org.eclipse.aether.internal.impl.resolution | 6 | 0 | 0 | 0 | 100% | 0.006 s |
org.eclipse.aether.internal.impl.collect.bf | 46 | 0 | 0 | 0 | 100% | 0.173 s |
org.eclipse.aether.internal.impl.filter | 6 | 0 | 0 | 0 | 100% | 0.010 s |
org.eclipse.aether.internal.impl.synccontext | 39 | 0 | 0 | 0 | 100% | 14.64 s |
org.eclipse.aether.internal.impl.synccontext.named | 18 | 0 | 0 | 0 | 100% | 0.015 s |
org.eclipse.aether.internal.impl.checksum | 11 | 0 | 0 | 0 | 100% | 0.525 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.eclipse.aether.internal.impl
org.eclipse.aether.internal.impl.collect.df
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
DfDependencyCollectorTest | 21 | 0 | 0 | 0 | 100% | 0.040 s |
org.eclipse.aether.internal.impl.collect
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
DataPoolTest | 2 | 0 | 0 | 0 | 100% | 0.002 s |
![]() |
DefaultDependencyCycleTest | 1 | 0 | 0 | 0 | 100% | 0.001 s |
![]() |
DefaultVersionFilterContextTest | 9 | 0 | 0 | 0 | 100% | 0.006 s |
org.eclipse.aether.internal.impl.resolution
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
TrustedChecksumsArtifactResolverPostProcessorTest | 6 | 0 | 0 | 0 | 100% | 0.006 s |
org.eclipse.aether.internal.impl.collect.bf
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
BfWithSkipperDependencyCollectorTest | 22 | 0 | 0 | 0 | 100% | 0.106 s |
![]() |
BfWithoutSkipperDependencyCollectorTest | 21 | 0 | 0 | 0 | 100% | 0.060 s |
![]() |
DependencyResolutionSkipperTest | 3 | 0 | 0 | 0 | 100% | 0.007 s |
org.eclipse.aether.internal.impl.filter
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
GroupIdRemoteRepositoryFilterSourceTest | 3 | 0 | 0 | 0 | 100% | 0.005 s |
![]() |
PrefixesRemoteRepositoryFilterSourceTest | 3 | 0 | 0 | 0 | 100% | 0.005 s |
org.eclipse.aether.internal.impl.synccontext
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
FileLockAdapterTest | 13 | 0 | 0 | 0 | 100% | 4.905 s |
![]() |
LocalReadWriteLockAdapterTest | 13 | 0 | 0 | 0 | 100% | 4.863 s |
![]() |
LocalSemaphoreAdapterTest | 13 | 0 | 0 | 0 | 100% | 4.869 s |
org.eclipse.aether.internal.impl.synccontext.named
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
BasedirNameMapperTest | 7 | 0 | 0 | 0 | 100% | 0.009 s |
![]() |
GAVNameMapperTest | 4 | 0 | 0 | 0 | 100% | 0.002 s |
![]() |
HashingNameMapperTest | 7 | 0 | 0 | 0 | 100% | 0.004 s |
org.eclipse.aether.internal.impl.checksum
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
![]() |
SparseDirectoryTrustedChecksumsSourceTest | 3 | 0 | 0 | 0 | 100% | 0.042 s |
![]() |
SummaryFileTrustedChecksumsSourceTest | 4 | 0 | 0 | 0 | 100% | 0.011 s |
![]() |
TrustedToProvidedChecksumsSourceAdapterTest | 4 | 0 | 0 | 0 | 100% | 0.472 s |
Test Cases
[Summary] [Package List] [Test Cases]
SparseDirectoryTrustedChecksumsSourceTest
![]() |
haveProvidedArtifactChecksum | 0.030 s |
![]() |
notEnabled | 0.001 s |
![]() |
noProvidedArtifactChecksum | 0.001 s |
SummaryFileTrustedChecksumsSourceTest
![]() |
haveProvidedArtifactChecksum | 0.001 s |
![]() |
notEnabled | 0.001 s |
![]() |
noProvidedArtifactChecksum | 0 s |
![]() |
ensureOrderIsHumanFriendly(Path) | 0.007 s |
TrustedToProvidedChecksumsSourceAdapterTest
![]() |
testSimplePositive | 0.009 s |
![]() |
testSimpleNegative | 0.001 s |
![]() |
testMrmPositive | 0.005 s |
![]() |
testMrmNegative | 0.001 s |
BfWithSkipperDependencyCollectorTest
BfWithoutSkipperDependencyCollectorTest
DependencyResolutionSkipperTest
![]() |
testSkipDeeperDuplicateNode | 0.004 s |
![]() |
testForceResolution | 0 s |
![]() |
testSkipVersionConflict | 0.001 s |
DfDependencyCollectorTest
DataPoolTest
![]() |
testArtifactDescriptorCaching | 0 s |
![]() |
testConstraintKey | 0.001 s |
DefaultDependencyCycleTest
![]() |
testToString | 0 s |
DefaultVersionFilterContextTest
![]() |
iteratorDelete | 0 s |
![]() |
removeOneOfThree | 0 s |
![]() |
getOneItem | 0.001 s |
![]() |
nextBeyondEnd | 0.001 s |
![]() |
removeOneOfOne | 0.001 s |
![]() |
removeOneOfTwo | 0 s |
![]() |
setTwice | 0.001 s |
![]() |
getCountOneItem | 0 s |
![]() |
iteratorOneItem | 0 s |
GroupIdRemoteRepositoryFilterSourceTest
![]() |
acceptedArtifact | 0.003 s |
![]() |
notEnabled | 0 s |
![]() |
notAcceptedArtifact | 0.001 s |
PrefixesRemoteRepositoryFilterSourceTest
![]() |
acceptedArtifact | 0.004 s |
![]() |
notEnabled | 0.001 s |
![]() |
notAcceptedArtifact | 0 s |
TrustedChecksumsArtifactResolverPostProcessorTest
![]() |
haveNoChecksumFailIfMissingEnabledFail | 0.003 s |
![]() |
haveMismatchingChecksumFail | 0.001 s |
![]() |
haveMatchingChecksumPass | 0 s |
![]() |
unresolvedArtifact | 0.001 s |
![]() |
haveNoChecksumPass | 0 s |
![]() |
recordCalculatedChecksum | 0.001 s |
BasedirNameMapperTest
![]() |
relativeLocksDir | 0.002 s |
![]() |
absoluteLocksDir | 0.001 s |
![]() |
singleArtifact | 0.001 s |
![]() |
defaultLocksDir | 0.001 s |
![]() |
singleMetadata | 0.001 s |
![]() |
nullsAndEmptyInputs | 0.001 s |
![]() |
oneAndOne | 0.001 s |
GAVNameMapperTest
![]() |
singleArtifact | 0.001 s |
![]() |
singleMetadata | 0 s |
![]() |
nullsAndEmptyInputs | 0 s |
![]() |
oneAndOne | 0 s |
HashingNameMapperTest
![]() |
singleMetadata_depth0 | 0 s |
![]() |
singleMetadata_depth2 | 0.001 s |
![]() |
oneAndOne_depth0 | 0 s |
![]() |
oneAndOne_depth2 | 0.001 s |
![]() |
nullsAndEmptyInputs | 0 s |
![]() |
singleArtifact_depth0 | 0.001 s |
![]() |
singleArtifact_depth2 | 0 s |
FileLockAdapterTest
LocalReadWriteLockAdapterTest
LocalSemaphoreAdapterTest
DefaultArtifactResolverTest
DefaultChecksumPolicyProviderTest
DefaultDeployerTest
DefaultFileProcessorTest
DefaultInstallerTest
![]() |
testNullArtifactFile | 0 s |
![]() |
testDoNotUpdateUnchangedArtifact | 0 s |
- | Naive change detection is removed (MRESOLVER-392) | - |
![]() |
testFailingEventsNullMetadataFile | 0 s |
![]() |
testSetArtifactTimestamps | 0.001 s |
![]() |
testArtifactDestinationEqualsSource | 0.001 s |
![]() |
testNonExistentArtifactFile | 0.001 s |
![]() |
testNullMetadataFile | 0 s |
![]() |
testMetadataDestinationEqualsSource | 0 s |
![]() |
testSuccessfulInstall | 0.001 s |
![]() |
testArtifactExistsAsDir | 0.001 s |
![]() |
testFailingEventsArtifactExistsAsDir | 0.001 s |
![]() |
testMetadataExistsAsDir | 0 s |
![]() |
testSuccessfulMetadataEvents | 0.001 s |
![]() |
testFailingEventsMetadataExistsAsDir | 0.001 s |
![]() |
testFailingEventsNullArtifactFile | 0 s |
![]() |
testSuccessfulArtifactEvents | 0.001 s |
![]() |
testNonExistentMetadataFile | 0 s |
DefaultLocalPathPrefixComposerFactoryTest
![]() |
splitEnabled | 0.001 s |
![]() |
fullConfig | 0 s |
![]() |
defaultConfigNoSplitAllNulls | 0.001 s |
![]() |
saneConfig | 0 s |
DefaultMetadataResolverTest
DefaultOfflineControllerTest
DefaultRemoteRepositoryManagerTest
DefaultRepositoryEventDispatcherTest
![]() |
testDispatchHandlesAllEventTypes | 0.002 s |
DefaultRepositorySystemTest
![]() |
testNewResolutionRepositories | 0.090 s |
![]() |
testNewDeploymentRepository | 0.001 s |
DefaultTrackingFileManagerTest
![]() |
testUpdateNoFileLeak | 0.074 s |
![]() |
testRead | 0.001 s |
![]() |
testReadNoFileLeak | 0.036 s |
![]() |
testLockingOnCanonicalPath | 0.135 s |
![]() |
testUpdate | 0.003 s |
DefaultUpdateCheckManagerTest
DefaultUpdatePolicyAnalyzerTest
![]() |
testIsUpdateRequired_PolicyDaily | 0 s |
![]() |
testIsUpdateRequired_PolicyNever | 0 s |
![]() |
testEffectivePolicy | 0 s |
![]() |
testIsUpdateRequired_PolicyInterval | 0.001 s |
![]() |
testIsUpdateRequired_PolicyAlways | 0 s |
EnhancedLocalRepositoryManagerTest
EnhancedSplitLocalRepositoryManagerTest
FailChecksumPolicyTest
![]() |
testOnChecksumMismatch | 0.001 s |
![]() |
testOnNoMoreChecksums | 0 s |
![]() |
testOnChecksumError | 0 s |
![]() |
testOnChecksumMatch | 0 s |
![]() |
testOnTransferChecksumFailure | 0 s |
Maven2RepositoryLayoutFactoryTest
PrioritizedComponentTest
![]() |
testIsDisabled | 0 s |
![]() |
testCompareTo | 0 s |
PrioritizedComponentsTest
![]() |
testGetConfigKeys | 0 s |
![]() |
testList | 0 s |
![]() |
testAdd_Disabled | 0.001 s |
![]() |
testAdd_ImplicitPriority | 0 s |
![]() |
testAdd_PriorityOverride | 0 s |
SafeTransferListenerTest
![]() |
testAllEventTypesHandled | 0 s |
SimpleLocalRepositoryManagerTest
![]() |
testGetPathForLocalArtifact | 0 s |
![]() |
testFindArtifactUsesTimestampedVersion | 0 s |
![]() |
testGetPathForRemoteArtifact | 0.001 s |
WarnChecksumPolicyTest
![]() |
testOnChecksumMismatch | 0 s |
![]() |
testOnNoMoreChecksums | 0 s |
![]() |
testOnChecksumError | 0 s |
![]() |
testOnChecksumMatch | 0 s |
![]() |
testOnTransferChecksumFailure | 0.001 s |
Failure Details
[Summary] [Package List] [Test Cases]
![]() |
testDoNotUpdateUnchangedArtifact |
- | skipped: Naive change detection is removed (MRESOLVER-392) |