Surefire Report

Summary

[Summary] [Package List] [Test Cases]


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

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% 6.118
info.magnolia.ui.contentapp.setup.for5_3 9 0 0 0 100% 4.054
info.magnolia.ui.contentapp.detail 1 0 0 0 100% 0.007
info.magnolia.ui.contentapp 10 0 0 1 90% 0.47
info.magnolia.ui.contentapp.browser 13 0 0 1 92.308% 0.637
info.magnolia.ui.contentapp.movedialog 9 0 0 0 100% 0.11
info.magnolia.ui.contentapp.browser.action 15 0 0 0 100% 5.92
info.magnolia.ui.contentapp.detail.action 4 0 0 0 100% 0.746
info.magnolia.ui.contentapp.location 31 0 0 0 100% 0.009
info.magnolia.ui.contentapp.renderer 2 0 0 0 100% 0.022
info.magnolia.ui.contentapp.setup 5 0 0 0 100% 1.051
info.magnolia.ui.contentapp.choosedialog 2 0 0 0 100% 0.243
info.magnolia.ui.contentapp.field 3 0 0 0 100% 0.084
info.magnolia.ui.contentapp.availability 2 0 0 0 100% 0.558
info.magnolia.ui.contentapp.movedialog.action 5 0 0 0 100% 1.033
info.magnolia.ui.contentapp.registry.validator 3 0 0 0 100% 0.028

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.839
MoveBeforePossibilityPredicateTest 10 0 0 0 100% 1.733
MoveInsidePossibilityPredicateTest 12 0 0 0 100% 2.191
MovePossibilityPredicateTest 2 0 0 0 100% 0.355

info.magnolia.ui.contentapp.setup.for5_3

Class Tests Errors Failures Skipped Success Rate Time
ContentAppMigrationTaskTest 4 0 0 0 100% 0.631
ContentAppModuleVersionHandlerTest 5 0 0 0 100% 3.423

info.magnolia.ui.contentapp.detail

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

info.magnolia.ui.contentapp

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

info.magnolia.ui.contentapp.browser

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

info.magnolia.ui.contentapp.movedialog

Class Tests Errors Failures Skipped Success Rate Time
MoveDialogActionAreaPresenterImplTest 1 0 0 0 100% 0.012
MoveDialogPresenterImplTest 7 0 0 0 100% 0.087
MoveDialogTreePresenterWrapperTest 1 0 0 0 100% 0.011

info.magnolia.ui.contentapp.browser.action

Class Tests Errors Failures Skipped Success Rate Time
CopyContentActionTest 2 0 0 0 100% 0.063
DelegateByNodeTypeActionTest 3 0 0 0 100% 0.03
PasteContentActionTest 2 0 0 0 100% 2.091
RestoreVersionActionTest 6 0 0 0 100% 3.238
ShowVersionsActionTest 2 0 0 0 100% 0.498

info.magnolia.ui.contentapp.detail.action

Class Tests Errors Failures Skipped Success Rate Time
CreateItemActionTest 1 0 0 0 100% 0.014
RestorePreviousVersionActionTest 3 0 0 0 100% 0.732

info.magnolia.ui.contentapp.location

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

info.magnolia.ui.contentapp.renderer

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

info.magnolia.ui.contentapp.setup

Class Tests Errors Failures Skipped Success Rate Time
DataTypeMigrationTaskTest 4 0 0 0 100% 1.033
DefaultActionToDelegateActionTaskTest 1 0 0 0 100% 0.018

info.magnolia.ui.contentapp.choosedialog

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

info.magnolia.ui.contentapp.field

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

info.magnolia.ui.contentapp.availability

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

info.magnolia.ui.contentapp.movedialog.action

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

info.magnolia.ui.contentapp.registry.validator

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

Test Cases

[Summary] [Package List] [Test Cases]

IsNotVersionedDetailLocationRuleTest

testNonVersionedDetailLocation 0.557
testVersionedDetailLocation 0.001

CopyContentActionTest

copyMutlipleItems 0.059
copySingleItem 0.004

DelegateByNodeTypeActionTest

testDelegatedActionIsExecuted 0.028
testDelegatedActionIsNotAvailable 0.001
testDefinitionForDelegatedActionIsNotFound 0.001

PasteContentActionTest

pasteMultipleItemsAndRenameIfSameNameExists 1.649
pasteSingleItem 0.442

RestoreVersionActionTest

doNotCreateVersionBeforeRestoreIfNotAllowed 0.875
restorePageWithVariantsDoesNotFailOnException 0.683
restoreVersionWhenMultipleVersionsExistsAndRestoreMiddle 0.498
restoreVersionWhenMultipleVersionsExistsAndRestoreOldest 0.448
checkVersionCreatedBeforeRestore 0.356
restoreVersion 0.378

ShowVersionsActionTest

showVersionWhenSingleVersionExists 0.261
showVersionsWhenMultipleVersionsExist 0.237

BrowserPresenterTest

testEditItem 0.072
defaultActionIsNotExecutedWhenNotAvailableForSelectedItem 0.001
defaultActionIsExecutedWhenAvailableForSelectedItem 0.002
testEditItemDoesNotUpdateLastModifiedWithoutChanges 0.01
contentChangedEventCheckIfItemCanBeHandledByContentConnector 0.008
handleMultiSelectedItemsOnActionClick 0.001
handleOneSelectedItemOnActionClick 0.001
passesNullToActionExecutorIsAvailableWhenWorkbenchRootIsSelected 0.003

BrowserSubAppTest

testAlwaysVisibleSectionOnNonRootNode 0.451
testLocationChangedWithUnknownViewType 0.023
testAlwaysVisibleSectionOnRoot 0
skipped
testLocationChangedRestoresBrowserWithNewLocation 0.043
testAlwaysVisibleSectionOnProperty 0.022

ChooseDialogComponentProviderUtilTest

createChooseDialogComponentProvider 0.189
createChooseDialogComponentProviderWithUiContext 0.054

ContentAppTest

testAddAvailabilityActionRenderer 0.084
testOpenChooseDialogWithDefaultRootPathFromSubApp 0.179
testOpenChooseDialogWithGivenRootPath 0.052
testCreateComponentProviderWithImageProviderBinding 0.045
testCreateComponentProviderWithDependentChooseDialogBindings 0.052
testCreateChooseDialogComponentProvider 0.044

DefinitionClonerTest

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

CreateItemActionTest

executeTriggersLocationChange 0.014

RestorePreviousVersionActionTest

testExecute 0.25
testExecuteThreeVersion 0.238
testExecuteNoVersion 0.244

DetailSubAppTest

testStart 0.007

LinkFieldSelectionFactoryTest

fieldEventTest 0.064
fieldEventCustomPropertyTest 0.009
buildFieldSimpleTest 0.011

BrowserLocationTest

testGetNodePath 0.006
testUpdateViewTypeParameter 0.001
testGetNullViewType 0
testGetViewType 0
testGetQuery 0
testUpdateQueryParameter 0
testEqualsWithDifferentParameters 0
testToString 0
testUpdateNodePathParameter 0.001
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.001
testGetDefaultViewType 0
testEqualsWithSameParameters 0

MoveNodeActionTest

moveAfterPreservesOrder 0.179
executeOnItemWithBasicBasicCheckFail 0.164
moveWithParentTryingToBeMovedToChild 0.223
moveNodeIntoNode 0.251
movePropertyIntoNode 0.216

MoveDialogActionAreaPresenterImplTest

testSetPossibleMoveLocations 0.012

MoveDialogPresenterImplTest

getCorrectActionNameWhenActionNameEqualsCancel 0.017
getCorrectActionNameWhenActionNameEqualsCommitAndMoveInsideActionIsDisabled 0.001
getCorrectActionNameWhenActionNameEqualsCommitAndMoveInsideActionIsEnabled 0
getCorrectActionNameWhenActionNameEqualsMoveAfter 0.001
getCorrectActionNameWhenActionNameEqualsMoveBefore 0
getCorrectActionNameWhenActionNameEqualsMoveInside 0.001
closeHandlerIsInvokedOnCloseDialog 0.067

MoveDialogTreePresenterWrapperTest

getIcon 0.011

MoveAfterPossibilityPredicateTest

cannotMoveNodeAfterProperty 0.173
cannotMovePropertyAfterItself 0.164
canMoveNodeAfterNodeWhichHasSameNameButSameParent 0.175
cannotMovePropertyAfterProperty 0.215
cannotMoveNodeAfterItself 0.18
cannotMoveNodeAfterItsChild 0.175
cannotMoveNodeAfterNodeWhichHasSameNameButDifferentParent 0.167
canMoveNodeAfterOtherNode 0.159
cannotMovePropertyAfterNode 0.193
cannotMoveNodeAfterItsDescendant 0.238

MoveBeforePossibilityPredicateTest

cannotMoveNodeBeforeNodeWhichHasSameNameButDifferentParent 0.234
cannotMovePropertyBeforeProperty 0.145
cannotMoveNodeBeforeProperty 0.16
canMoveNodeBeforeOtherNode 0.15
canMoveNodeAfterNodeWhichHasSameNameButSameParent 0.174
cannotMoveNodeBeforeItsChild 0.163
cannotMovePropertyBeforeItself 0.2
cannotMoveNodeBeforeItself 0.198
cannotMovePropertyBeforeNode 0.144
cannotMoveNodeBeforeItsDescendant 0.165

MoveInsidePossibilityPredicateTest

cannotMoveNodeInsideItsParent 0.184
cannotMovePropertyInsideProperty 0.172
cannotMoveNodeInsideProperty 0.15
cannotMoveNodeInsideNodeWhichChildWithHasSameName 0.153
canMoveNodeInsideOtherNode 0.256
cannotMoveNodeInsideItsDescendant 0.285
cannotMovePropertyInsideItsParent 0.155
cannotMovePropertyInsideItself 0.167
cannotMoveNodeInsideItself 0.168
cannotMoveNodeInsideItsChild 0.169
canMovePropertyInsideNode 0.163
cannotMovePropertyInsideNodeWhichHasPropertyWithSameName 0.169

MovePossibilityPredicateTest

hostIsRoot 0.174
isMovePossible 0.181

AppDescriptorValidatorTest

deprecatedDefinitionReported 0.027
fieldTypeDefinitionClassIsNull 0
badFieldTypeReferenceReported 0.001

SelectionSensitiveActionRendererTest

isDisabledForInvalidSelection 0.013
isEnabledForValidSelection 0.009

DataTypeMigrationTaskTest

testSimpleExecute 0.321
testSimpleExecuteWithInvalidSourcePath 0.233
testSimpleExecuteWithRootAsSourcePath 0.237
testSimpleExecuteWithTargetPathDefine 0.242

DefaultActionToDelegateActionTaskTest

defaultActionToDelegateAction 0.018

ContentAppMigrationTaskTest

testMoveActionNodeTypeRestrictionToAvailabilityTask 0.16
testMigrateJcrPropertiesToContentConnectorTask 0.153
testChangeAvailabilityRuleClassesTask 0.168
testMigrateAvailabilityRulesTask 0.15

ContentAppModuleVersionHandlerTest

testUpdateTo532AddsIncludeSystemNodesPropertyToJCRBrowser 0.763
testUpdateFrom50 0.886
testUpdateTo5_15_1ChangePackageName 0.728
testUpdateTo53MigratesAdmincentralContentApps 0.509
testUpdateTo53AddsSaveItemPropertyAction 0.537

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.