Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
148 0 0 2 98.649% 17.101

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
info.magnolia.ui.contentapp.movedialog.predicate 34 0 0 0 100% 4.985
info.magnolia.ui.contentapp.setup.for5_3 9 0 0 0 100% 3.179
info.magnolia.ui.contentapp.detail 1 0 0 0 100% 0.006
info.magnolia.ui.contentapp 10 0 0 1 90% 0.441
info.magnolia.ui.contentapp.browser 13 0 0 1 92.308% 0.466
info.magnolia.ui.contentapp.movedialog 9 0 0 0 100% 0.096
info.magnolia.ui.contentapp.browser.action 15 0 0 0 100% 4.621
info.magnolia.ui.contentapp.detail.action 4 0 0 0 100% 0.617
info.magnolia.ui.contentapp.location 31 0 0 0 100% 0.006
info.magnolia.ui.contentapp.renderer 2 0 0 0 100% 0.027
info.magnolia.ui.contentapp.setup 5 0 0 0 100% 0.922
info.magnolia.ui.contentapp.choosedialog 2 0 0 0 100% 0.245
info.magnolia.ui.contentapp.field 3 0 0 0 100% 0.077
info.magnolia.ui.contentapp.availability 2 0 0 0 100% 0.546
info.magnolia.ui.contentapp.movedialog.action 5 0 0 0 100% 0.845
info.magnolia.ui.contentapp.registry.validator 3 0 0 0 100% 0.022

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

info.magnolia.ui.contentapp.movedialog.predicate

Class Tests Errors Failures Skipped Success Rate Time
MoveAfterPossibilityPredicateTest 10 0 0 0 100% 1.548
MoveBeforePossibilityPredicateTest 10 0 0 0 100% 1.408
MoveInsidePossibilityPredicateTest 12 0 0 0 100% 1.705
MovePossibilityPredicateTest 2 0 0 0 100% 0.324

info.magnolia.ui.contentapp.setup.for5_3

Class Tests Errors Failures Skipped Success Rate Time
ContentAppMigrationTaskTest 4 0 0 0 100% 0.67
ContentAppModuleVersionHandlerTest 5 0 0 0 100% 2.509

info.magnolia.ui.contentapp.detail

Class Tests Errors Failures Skipped Success Rate Time
DetailSubAppTest 1 0 0 0 100% 0.006

info.magnolia.ui.contentapp

Class Tests Errors Failures Skipped Success Rate Time
ContentAppTest 6 0 0 0 100% 0.431
DefinitionClonerTest 4 0 0 1 75% 0.01

info.magnolia.ui.contentapp.browser

Class Tests Errors Failures Skipped Success Rate Time
BrowserPresenterTest 8 0 0 0 100% 0.088
BrowserSubAppTest 5 0 0 1 80% 0.378

info.magnolia.ui.contentapp.movedialog

Class Tests Errors Failures Skipped Success Rate Time
MoveDialogActionAreaPresenterImplTest 1 0 0 0 100% 0.009
MoveDialogPresenterImplTest 7 0 0 0 100% 0.079
MoveDialogTreePresenterWrapperTest 1 0 0 0 100% 0.008

info.magnolia.ui.contentapp.browser.action

Class Tests Errors Failures Skipped Success Rate Time
CopyContentActionTest 2 0 0 0 100% 0.074
DelegateByNodeTypeActionTest 3 0 0 0 100% 0.026
PasteContentActionTest 2 0 0 0 100% 1.67
RestoreVersionActionTest 6 0 0 0 100% 2.434
ShowVersionsActionTest 2 0 0 0 100% 0.417

info.magnolia.ui.contentapp.detail.action

Class Tests Errors Failures Skipped Success Rate Time
CreateItemActionTest 1 0 0 0 100% 0.01
RestorePreviousVersionActionTest 3 0 0 0 100% 0.607

info.magnolia.ui.contentapp.location

Class Tests Errors Failures Skipped Success Rate Time
BrowserLocationTest 15 0 0 0 100% 0.006
DetailLocationTest 16 0 0 0 100% 0

info.magnolia.ui.contentapp.renderer

Class Tests Errors Failures Skipped Success Rate Time
SelectionSensitiveActionRendererTest 2 0 0 0 100% 0.027

info.magnolia.ui.contentapp.setup

Class Tests Errors Failures Skipped Success Rate Time
DataTypeMigrationTaskTest 4 0 0 0 100% 0.909
DefaultActionToDelegateActionTaskTest 1 0 0 0 100% 0.013

info.magnolia.ui.contentapp.choosedialog

Class Tests Errors Failures Skipped Success Rate Time
ChooseDialogComponentProviderUtilTest 2 0 0 0 100% 0.245

info.magnolia.ui.contentapp.field

Class Tests Errors Failures Skipped Success Rate Time
LinkFieldSelectionFactoryTest 3 0 0 0 100% 0.077

info.magnolia.ui.contentapp.availability

Class Tests Errors Failures Skipped Success Rate Time
IsNotVersionedDetailLocationRuleTest 2 0 0 0 100% 0.546

info.magnolia.ui.contentapp.movedialog.action

Class Tests Errors Failures Skipped Success Rate Time
MoveNodeActionTest 5 0 0 0 100% 0.845

info.magnolia.ui.contentapp.registry.validator

Class Tests Errors Failures Skipped Success Rate Time
AppDescriptorValidatorTest 3 0 0 0 100% 0.022

Test Cases

[Summary] [Package List] [Test Cases]

IsNotVersionedDetailLocationRuleTest

testNonVersionedDetailLocation 0.545
testVersionedDetailLocation 0.001

CopyContentActionTest

copyMutlipleItems 0.071
copySingleItem 0.003

DelegateByNodeTypeActionTest

testDelegatedActionIsExecuted 0.024
testDelegatedActionIsNotAvailable 0.001
testDefinitionForDelegatedActionIsNotFound 0.001

PasteContentActionTest

pasteMultipleItemsAndRenameIfSameNameExists 1.351
pasteSingleItem 0.319

RestoreVersionActionTest

doNotCreateVersionBeforeRestoreIfNotAllowed 0.653
restorePageWithVariantsDoesNotFailOnException 0.415
restoreVersionWhenMultipleVersionsExistsAndRestoreMiddle 0.38
restoreVersionWhenMultipleVersionsExistsAndRestoreOldest 0.408
checkVersionCreatedBeforeRestore 0.309
restoreVersion 0.269

ShowVersionsActionTest

showVersionWhenSingleVersionExists 0.221
showVersionsWhenMultipleVersionsExist 0.196

BrowserPresenterTest

testEditItem 0.067
defaultActionIsNotExecutedWhenNotAvailableForSelectedItem 0.002
defaultActionIsExecutedWhenAvailableForSelectedItem 0.001
testEditItemDoesNotUpdateLastModifiedWithoutChanges 0.007
contentChangedEventCheckIfItemCanBeHandledByContentConnector 0.006
handleMultiSelectedItemsOnActionClick 0.001
handleOneSelectedItemOnActionClick 0.001
passesNullToActionExecutorIsAvailableWhenWorkbenchRootIsSelected 0.003

BrowserSubAppTest

testAlwaysVisibleSectionOnNonRootNode 0.28
testLocationChangedWithUnknownViewType 0.025
testAlwaysVisibleSectionOnRoot 0
skipped
testLocationChangedRestoresBrowserWithNewLocation 0.044
testAlwaysVisibleSectionOnProperty 0.029

ChooseDialogComponentProviderUtilTest

createChooseDialogComponentProvider 0.188
createChooseDialogComponentProviderWithUiContext 0.057

ContentAppTest

testAddAvailabilityActionRenderer 0.077
testOpenChooseDialogWithDefaultRootPathFromSubApp 0.153
testOpenChooseDialogWithGivenRootPath 0.053
testCreateComponentProviderWithImageProviderBinding 0.06
testCreateComponentProviderWithDependentChooseDialogBindings 0.037
testCreateChooseDialogComponentProvider 0.051

DefinitionClonerTest

referencesToProxyCallbacksAreNotCloned 0
We're cloning form definitions in some corner cases and afterwards modify those. Introduce decorators for this.
referencesToMagnoliaComponentsAreNotCloned 0.007
clonesAreEqualButNotSameInstance 0.002
referencesToContextAreNotCloned 0.001

CreateItemActionTest

executeTriggersLocationChange 0.01

RestorePreviousVersionActionTest

testExecute 0.203
testExecuteThreeVersion 0.249
testExecuteNoVersion 0.155

DetailSubAppTest

testStart 0.006

LinkFieldSelectionFactoryTest

fieldEventTest 0.062
fieldEventCustomPropertyTest 0.007
buildFieldSimpleTest 0.008

BrowserLocationTest

testGetNodePath 0.005
testUpdateViewTypeParameter 0
testGetNullViewType 0
testGetViewType 0
testGetQuery 0
testUpdateQueryParameter 0
testEqualsWithDifferentParameters 0
testToString 0.001
testUpdateNodePathParameter 0
locationParametersHaveUnescapedSpecialCharacters 0
parameterHasEscapedSpecialCharactersAfterUpdates 0
testUpdateNodePath 0
testUpdateViewType 0
testGetDefaultViewType 0
testEqualsWithSameParameters 0

DetailLocationTest

testGetNodePath 0
testUpdateViewTypeParameter 0
testEqualsWithDifferentParameters 0
testToString 0
testUpdateVersionParameter 0
testUpdateNodePathParameter 0
locationParametersHaveUnescapedSpecialCharacters 0
testUpdateAction 0
parameterHasEscapedSpecialCharactersAfterUpdates 0
testGetDefaultViewTypeWhenUnknown 0
testGetVersion 0
testUpdateNodePath 0
testUpdateVersion 0
testGetAction 0
testGetDefaultViewType 0
testEqualsWithSameParameters 0

MoveNodeActionTest

moveAfterPreservesOrder 0.181
executeOnItemWithBasicBasicCheckFail 0.175
moveWithParentTryingToBeMovedToChild 0.202
moveNodeIntoNode 0.149
movePropertyIntoNode 0.138

MoveDialogActionAreaPresenterImplTest

testSetPossibleMoveLocations 0.009

MoveDialogPresenterImplTest

getCorrectActionNameWhenActionNameEqualsCancel 0.013
getCorrectActionNameWhenActionNameEqualsCommitAndMoveInsideActionIsDisabled 0.001
getCorrectActionNameWhenActionNameEqualsCommitAndMoveInsideActionIsEnabled 0
getCorrectActionNameWhenActionNameEqualsMoveAfter 0
getCorrectActionNameWhenActionNameEqualsMoveBefore 0
getCorrectActionNameWhenActionNameEqualsMoveInside 0.001
closeHandlerIsInvokedOnCloseDialog 0.064

MoveDialogTreePresenterWrapperTest

getIcon 0.008

MoveAfterPossibilityPredicateTest

cannotMoveNodeAfterProperty 0.159
cannotMovePropertyAfterItself 0.151
canMoveNodeAfterNodeWhichHasSameNameButSameParent 0.173
cannotMovePropertyAfterProperty 0.137
cannotMoveNodeAfterItself 0.137
cannotMoveNodeAfterItsChild 0.141
cannotMoveNodeAfterNodeWhichHasSameNameButDifferentParent 0.145
canMoveNodeAfterOtherNode 0.153
cannotMovePropertyAfterNode 0.174
cannotMoveNodeAfterItsDescendant 0.178

MoveBeforePossibilityPredicateTest

cannotMoveNodeBeforeNodeWhichHasSameNameButDifferentParent 0.152
cannotMovePropertyBeforeProperty 0.13
cannotMoveNodeBeforeProperty 0.135
canMoveNodeBeforeOtherNode 0.141
canMoveNodeAfterNodeWhichHasSameNameButSameParent 0.149
cannotMoveNodeBeforeItsChild 0.177
cannotMovePropertyBeforeItself 0.131
cannotMoveNodeBeforeItself 0.132
cannotMovePropertyBeforeNode 0.131
cannotMoveNodeBeforeItsDescendant 0.13

MoveInsidePossibilityPredicateTest

cannotMoveNodeInsideItsParent 0.147
cannotMovePropertyInsideProperty 0.129
cannotMoveNodeInsideProperty 0.138
cannotMoveNodeInsideNodeWhichChildWithHasSameName 0.184
canMoveNodeInsideOtherNode 0.175
cannotMoveNodeInsideItsDescendant 0.171
cannotMovePropertyInsideItsParent 0.126
cannotMovePropertyInsideItself 0.124
cannotMoveNodeInsideItself 0.128
cannotMoveNodeInsideItsChild 0.127
canMovePropertyInsideNode 0.125
cannotMovePropertyInsideNodeWhichHasPropertyWithSameName 0.131

MovePossibilityPredicateTest

hostIsRoot 0.148
isMovePossible 0.176

AppDescriptorValidatorTest

deprecatedDefinitionReported 0.021
fieldTypeDefinitionClassIsNull 0
badFieldTypeReferenceReported 0.001

SelectionSensitiveActionRendererTest

isDisabledForInvalidSelection 0.008
isEnabledForValidSelection 0.019

DataTypeMigrationTaskTest

testSimpleExecute 0.235
testSimpleExecuteWithInvalidSourcePath 0.227
testSimpleExecuteWithRootAsSourcePath 0.221
testSimpleExecuteWithTargetPathDefine 0.226

DefaultActionToDelegateActionTaskTest

defaultActionToDelegateAction 0.013

ContentAppMigrationTaskTest

testMoveActionNodeTypeRestrictionToAvailabilityTask 0.164
testMigrateJcrPropertiesToContentConnectorTask 0.136
testChangeAvailabilityRuleClassesTask 0.222
testMigrateAvailabilityRulesTask 0.148

ContentAppModuleVersionHandlerTest

testUpdateTo532AddsIncludeSystemNodesPropertyToJCRBrowser 0.486
testUpdateFrom50 0.711
testUpdateTo5_15_1ChangePackageName 0.559
testUpdateTo53MigratesAdmincentralContentApps 0.377
testUpdateTo53AddsSaveItemPropertyAction 0.376

Failure Details

[Summary] [Package List] [Test Cases]


testAlwaysVisibleSectionOnRoot
skipped: skipped
referencesToProxyCallbacksAreNotCloned
skipped: We're cloning form definitions in some corner cases and afterwards modify those. Introduce decorators for this.