Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
24600100.00%68.610
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)
fr.jayasoft.ivy98008.311
fr.jayasoft.ivy.ant45007.657
fr.jayasoft.ivy.conflict3000.422
fr.jayasoft.ivy.external.m210000.297
fr.jayasoft.ivy.latest1000.062
fr.jayasoft.ivy.namespace1000.063
fr.jayasoft.ivy.parser1000.141
fr.jayasoft.ivy.resolver420032.048
fr.jayasoft.ivy.url30018.218
fr.jayasoft.ivy.util15000.141
fr.jayasoft.ivy.xml27001.250

Package fr.jayasoft.ivy

NameTestsErrorsFailuresTime(s)
ConfigureTest1000.250
InstallTest4000.734
ResolveTest88007.015
RetrieveTest2000.234
SortTest3000.078
Back to top

Package fr.jayasoft.ivy.ant

NameTestsErrorsFailuresTime(s)
IvyArtifactPropertyTest1000.406
IvyBuildListTest4000.563
IvyCacheFilesetTest4000.719
IvyCachePathTest4000.672
IvyConfigureTest4000.297
IvyConvertPomTest1000.218
IvyDeliverTest4000.797
IvyPublishTest4000.828
IvyReportTest1000.500
IvyResolveTest8001.297
IvyRetrieveTest6000.907
IvyVarTest4000.453
Back to top

Package fr.jayasoft.ivy.conflict

NameTestsErrorsFailuresTime(s)
StrictConflictManagerTest3000.422
Back to top

Package fr.jayasoft.ivy.external.m2

NameTestsErrorsFailuresTime(s)
PomModuleDescriptorParserTest10000.297
Back to top

Package fr.jayasoft.ivy.latest

NameTestsErrorsFailuresTime(s)
LatestRevisionStrategyTest1000.062
Back to top

Package fr.jayasoft.ivy.namespace

NameTestsErrorsFailuresTime(s)
MRIDTransformationRuleTest1000.063
Back to top

Package fr.jayasoft.ivy.parser

NameTestsErrorsFailuresTime(s)
ModuleDescriptorParserRegistryTest1000.141
Back to top

Package fr.jayasoft.ivy.resolver

NameTestsErrorsFailuresTime(s)
ChainResolverTest9000.110
DualResolverTest6000.094
FileSystemResolverTest12000.437
IBiblioResolverTest5009.922
IvyRepResolverTest4003.469
URLResolverTest60018.016
Back to top

Package fr.jayasoft.ivy.url

NameTestsErrorsFailuresTime(s)
ApacheURLListerTest10014.156
BasicURLHandlerTest1003.484
HttpclientURLHandlerTest1000.578
Back to top

Package fr.jayasoft.ivy.util

NameTestsErrorsFailuresTime(s)
ConfiguratorTest11000.094
IvyPatternHelperTest4000.047
Back to top

Package fr.jayasoft.ivy.xml

NameTestsErrorsFailuresTime(s)
XmlIvyConfigurationParserTest7000.657
XmlModuleDescriptorParserTest16000.172
XmlModuleDescriptorWriterTest3000.234
XmlModuleUpdaterTest1000.187
Back to top


TestCase ApacheURLListerTest

NameStatusTypeTime(s)
testRetrieveListingSuccess14.141
Properties »

Back to top

TestCase BasicURLHandlerTest

NameStatusTypeTime(s)
testIsReachableSuccess3.453
Properties »

Back to top

TestCase ChainResolverTest

NameStatusTypeTime(s)
testOrderFromConfSuccess0.062
testNameSuccess0.000
testResolveOrderSuccess0.016
testLatestTimeResolveSuccess0.000
testLatestRevisionResolveSuccess0.000
testWithDefaultSuccess0.000
testLatestWithDefaultSuccess0.000
testReturnFirstSuccess0.000
testDualSuccess0.016
Properties »

Back to top

TestCase ConfiguratorTest

NameStatusTypeTime(s)
testSetRootSuccess0.016
testStringAttributeSuccess0.000
testIntAttributeSuccess0.000
testBooleanAttributeSuccess0.000
testClassAttributeSuccess0.000
testPersonAttributeSuccess0.000
testAddRoomSuccess0.015
testAddConfiguredTreeSuccess0.000
testAddWithTypeDefSuccess0.000
testNestedSuccess0.000
testMacroSuccess0.016
Properties »

Back to top

TestCase ConfigureTest

NameStatusTypeTime(s)
testDefaultSuccess0.219
Properties »

Back to top

TestCase DualResolverTest

NameStatusTypeTime(s)
testFromConfSuccess0.062
testFromBadConfSuccess0.016
testBadSuccess0.000
testResolveSuccess0.000
testResolveFromArtifactSuccess0.000
testResolveFailSuccess0.000
Properties »

Back to top

TestCase FileSystemResolverTest

NameStatusTypeTime(s)
testFixedRevisionSuccess0.125
testMaven2Success0.015
testCheckModifiedSuccess0.078
testNoRevisionSuccess0.032
testChangingSuccess0.078
testLatestTimeSuccess0.015
testLatestRevisionSuccess0.016
testRelativePathSuccess0.016
testFormattedLatestTimeSuccess0.015
testFormattedLatestRevisionSuccess0.016
testPublishSuccess0.000
testListingSuccess0.015
Properties »

Back to top

TestCase HttpclientURLHandlerTest

NameStatusTypeTime(s)
testIsReachableSuccess0.562
Properties »

Back to top

TestCase IBiblioResolverTest

NameStatusTypeTime(s)
testDefaultsSuccess0.187
testInitFromConfSuccess0.063
testIBiblioSuccess2.656
testIBiblioArtifactsSuccess4.063
testUnknownSuccess2.937
Properties »

Back to top

TestCase InstallTest

NameStatusTypeTime(s)
testSimpleSuccess0.360
testDependenciesSuccess0.078
testNotTransitiveSuccess0.062
testRegexpMatcherSuccess0.203
Properties »

Back to top

TestCase IvyArtifactPropertyTest

NameStatusTypeTime(s)
testSimpleSuccess0.375
Properties »

Back to top

TestCase IvyBuildListTest

NameStatusTypeTime(s)
testSimpleSuccess0.390
testReverseSuccess0.063
testFilteredBuildListSuccess0.062
testFilteredExcludeRootBuildListSuccess0.032
Properties »

Back to top

TestCase IvyCacheFilesetTest

NameStatusTypeTime(s)
testSimpleSuccess0.422
testEmptyConfSuccess0.094
testFailureSuccess0.078
testHaltOnFailureSuccess0.094
Properties »

Back to top

TestCase IvyCachePathTest

NameStatusTypeTime(s)
testSimpleSuccess0.422
testEmptyConfSuccess0.094
testFailureSuccess0.062
testHaltOnFailureSuccess0.079
Properties »

Back to top

TestCase IvyConfigureTest

NameStatusTypeTime(s)
testFileSuccess0.234
testURLSuccess0.032
testAntPropertiesSuccess0.015
testOverrideVariablesSuccess0.000
Properties »

Back to top

TestCase IvyConvertPomTest

NameStatusTypeTime(s)
testSimpleSuccess0.187
Properties »

Back to top

TestCase IvyDeliverTest

NameStatusTypeTime(s)
testSimpleSuccess0.468
testReplaceImportedConfigurationsSuccess0.110
testReplaceVariablesSuccess0.078
testNoReplaceDynamicRevSuccess0.125
Properties »

Back to top

TestCase IvyPatternHelperTest

NameStatusTypeTime(s)
testSubstituteSuccess0.000
testCyclicSubstituteSuccess0.000
testOptionalSubstituteSuccess0.000
testOrganizationSuccess0.000
Properties »

Back to top

TestCase IvyPublishTest

NameStatusTypeTime(s)
testSimpleSuccess0.469
testNoDeliverSuccess0.109
testReadonlySuccess0.110
testOverwriteSuccess0.109
Properties »

Back to top

TestCase IvyReportTest

NameStatusTypeTime(s)
testRegularCircularSuccess0.469
Properties »

Back to top

TestCase IvyRepResolverTest

NameStatusTypeTime(s)
testDefaultsSuccess0.156
testIvyRepSuccess2.688
testIvyRepLocalURLSuccess0.031
testListingSuccess0.578
Properties »

Back to top

TestCase IvyResolveTest

NameStatusTypeTime(s)
testSimpleSuccess0.391
testWithSlashesSuccess0.094
testDepsChangedSuccess0.109
testConflictingDepsChangedSuccess0.172
testDoubleSuccess0.063
testFailureSuccess0.062
testFailureOnBadDependencyIvyFileSuccess0.328
testHaltOnFailureSuccess0.063
Properties »

Back to top

TestCase IvyRetrieveTest

NameStatusTypeTime(s)
testSimpleSuccess0.453
testWithAPreviousResolveSuccess0.109
testFailureWithoutAPreviousResolveSuccess0.031
testFailureSuccess0.063
testHaltOnFailureSuccess0.062
testCustomIvyPatternSuccess0.157
Properties »

Back to top

TestCase IvyVarTest

NameStatusTypeTime(s)
testSimpleSuccess0.313
testPrefixSuccess0.046
testURLSuccess0.032
testURLPrefixSuccess0.031
Properties »

Back to top

TestCase LatestRevisionStrategyTest

NameStatusTypeTime(s)
testComparatorSuccess0.031
Properties »

Back to top

TestCase ModuleDescriptorParserRegistryTest

NameStatusTypeTime(s)
testAddConfiguredSuccess0.125
Properties »

Back to top

TestCase MRIDTransformationRuleTest

NameStatusTypeTime(s)
testTransformationSuccess0.031
Properties »

Back to top

TestCase PomModuleDescriptorParserTest

NameStatusTypeTime(s)
testAcceptSuccess0.015
testSimpleSuccess0.188
testParentSuccess0.000
testDependenciesSuccess0.015
testWithoutVersionSuccess0.000
testPropertiesSuccess0.016
testRealSuccess0.016
testOptionalSuccess0.000
testDependenciesWithScopeSuccess0.015
testExclusionSuccess0.016
Properties »

Back to top

TestCase ResolveTest

NameStatusTypeTime(s)
testResolveSimpleSuccess0.140
testResolveWithSlashesSuccess0.079
testFromCacheSuccess0.093
testFromCache2Success0.047
testFromCacheOnlySuccess0.078
testChangeCacheLayoutSuccess0.063
testResolveExtendsSuccess0.062
testResolveExtendedSuccess0.063
testResolveExtendedAndExtendsSuccess0.062
testResolveMultipleExtendsSuccess0.047
testResolveMultipleConfsWithLatestSuccess0.094
testResolveMultipleConfsWithConflictsSuccess0.094
testResolveMultipleExtends2Success0.093
testResolveDefaultWithArtifactsConf1Success0.063
testResolveDefaultWithArtifactsConf2Success0.062
testResolveWithDependencyArtifactsConf1Success0.094
testResolveWithDependencyArtifactsConf2Success0.094
testResolveWithDependencyArtifactsWithoutConfSuccess0.094
testResolveWithExcludesArtifactsSuccess0.078
testResolveWithExcludesArtifacts2Success0.094
testResolveWithExcludesArtifacts3Success0.093
testResolveWithExcludesArtifacts4Success0.094
testResolveWithExcludesArtifacts5Success0.109
testResolveTransitiveDependenciesSuccess0.063
testResolveDiamondSuccess0.094
testResolveConflictSuccess0.062
testTransitiveEvictionSuccess0.078
testTransitiveEviction2Success0.110
testResolveConflictInConfSuccess0.093
testEvictWithConfSuccess0.079
testEvictWithConf2Success0.093
testEvictWithConfInMultiConfSuccess0.094
testEvictWithConfInMultiConf2Success0.094
testResolveForceSuccess0.094
testResolveForceAfterConflictSolvedSuccess0.109
testResolveForceAfterDependencyExistSuccess0.047
testResolveForceInDepOnlySuccess0.094
testResolveForceInDepOnly2Success0.062
testResolveForceWithDynamicRevisionsSuccess0.031
testResolveForceWithDynamicRevisionsAndSeveralConfsSuccess0.078
testResolveForceWithDynamicRevisionsAndSeveralConfs2Success0.079
testResolveForceWithDynamicRevisionsAndCyclicDependenciesSuccess0.046
testResolveContradictoryConflictResolutionSuccess0.110
testResolveContradictoryConflictResolution2Success0.094
testResolveContradictoryConflictResolution3Success0.078
testExtendsSuccess0.062
testMultiConfsSuccess0.063
testLatestSuccess0.078
testIVY56Success0.062
testCircularSuccess0.032
testRegularCircularSuccess0.078
testResolveDualChainSuccess0.125
testBug148Success0.078
testBug148bSuccess0.094
testBadFilesSuccess0.000
testTransitiveSettingSuccess0.016
testResolverDirectlyUsingCacheSuccess0.062
testVisibility1Success0.063
testVisibility2Success0.078
testVisibility3Success0.078
testVisibility4Success0.047
testConfigurationMapping1Success0.125
testConfigurationMapping2Success0.109
testConfigurationMapping3Success0.094
testConfigurationMapping4Success0.125
testConfigurationMapping5Success0.078
testConfigurationMapping6Success0.141
testConfigurationMapping7Success0.078
testIVY97Success0.031
testResolveTransitiveExcludesSimpleSuccess0.094
testResolveTransitiveExcludesDiamond1Success0.109
testResolveTransitiveExcludesDiamond2Success0.110
testResolveTransitiveExcludesDiamond3Success0.109
testResolveTransitiveExcludes2Success0.047
testResolveExcludesModuleSuccess0.078
testResolveFallbackConfigurationSuccess0.047
testResolveFallbackConfiguration2Success0.078
testResolveFallbackConfiguration3Success0.063
testResolveFallbackConfiguration4Success0.062
testResolveMaven2Success0.047
testNamespaceMappingSuccess0.109
testNamespaceMapping2Success0.078
testNamespaceMapping3Success0.094
testNamespaceMapping4Success0.078
testIVY151Success0.094
testCheckRevisionSuccess0.047
testTrustRevisionSuccess0.078
testTransitiveConfMappingSuccess0.109
Properties »

Back to top

TestCase RetrieveTest

NameStatusTypeTime(s)
testRetrieveSimpleSuccess0.172
testRetrieveWithVariableSuccess0.047
Properties »

Back to top

TestCase SortTest

NameStatusTypeTime(s)
testSortSuccess0.062
testCircularDependencySuccess0.000
testCircularDependency2Success0.000
Properties »

Back to top

TestCase StrictConflictManagerTest

NameStatusTypeTime(s)
testInitFromConfSuccess0.219
testNoConflictResolveSuccess0.140
testConflictResolveSuccess0.047
Properties »

Back to top

TestCase URLResolverTest

NameStatusTypeTime(s)
testFileSuccess0.156
testLatestFileSuccess0.016
testIBiblioSuccess3.734
testIBiblioArtifactsSuccess4.125
testLatestIBiblioSuccess3.922
testUnknownSuccess6.063
Properties »

Back to top

TestCase XmlIvyConfigurationParserTest

NameStatusTypeTime(s)
testSuccess0.203
testTypedefSuccess0.015
testRefSuccess0.016
testMacroSuccess0.031
testIncludeSuccess0.031
testIncludeHttpUrlSuccess0.313
testParserSuccess0.016
Properties »

Back to top

TestCase XmlModuleDescriptorParserTest

NameStatusTypeTime(s)
testSimpleSuccess0.047
testBadSuccess0.000
testBadOrgSuccess0.000
testBadConfsSuccess0.015
testNoValidateSuccess0.000
testBadVersionSuccess0.000
testFullSuccess0.047
testBug60Success0.016
testNoArtifactSuccess0.000
testNoPublicationSuccess0.015
testDefaultConfSuccess0.000
testDefaultConf2Success0.000
testDefaultConfMappingSuccess0.000
testImportConfigurations1Success0.016
testImportConfigurations2Success0.000
testImportConfigurations3Success0.000
Properties »

Back to top

TestCase XmlModuleDescriptorWriterTest

NameStatusTypeTime(s)
testSimpleSuccess0.172
testDependenciesSuccess0.031
testFullSuccess0.016
Properties »

Back to top

TestCase XmlModuleUpdaterTest

NameStatusTypeTime(s)
testUpdateSuccess0.172
Properties »

Back to top