Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
93 0 0 0 100% 7.491

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.admincentral.findbar.search.apps 10 0 0 0 100% 0.013
info.magnolia.admincentral.findbar.search 6 0 0 0 100% 1.112
info.magnolia.admincentral.findbar.sniff 6 0 0 0 100% 0.002
info.magnolia.admincentral 7 0 0 0 100% 1.375
info.magnolia.admincentral.badge 7 0 0 0 100% 0.016
info.magnolia.admincentral.findbar.operation 10 0 0 0 100% 4.321
info.magnolia.admincentral.findbar 47 0 0 0 100% 0.652

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

info.magnolia.admincentral.findbar.search.apps

Class Tests Errors Failures Skipped Success Rate Time
AppSearchResultSupplierTest 10 0 0 0 100% 0.013

info.magnolia.admincentral.findbar.search

Class Tests Errors Failures Skipped Success Rate Time
SupplierSorterTest 2 0 0 0 100% 0.004
ResultCollectorTest 4 0 0 0 100% 1.108

info.magnolia.admincentral.findbar.sniff

Class Tests Errors Failures Skipped Success Rate Time
FindContentCommandSnifferTest 2 0 0 0 100% 0.001
OpenAppCommandSnifferTest 2 0 0 0 100% 0.001
FindNodeCommandSnifferTest 2 0 0 0 100% 0

info.magnolia.admincentral

Class Tests Errors Failures Skipped Success Rate Time
JsessionidFriendlyBootstrapHandlerTest 2 0 0 0 100% 0.062
ResurfaceUIProviderTest 2 0 0 0 100% 0.056
PeriscopeResultRankerCleanerTest 1 0 0 0 100% 0.001
AdmincentralModuleVersionHandlerTest 2 0 0 0 100% 1.256

info.magnolia.admincentral.badge

Class Tests Errors Failures Skipped Success Rate Time
TaskBadgeTest 5 0 0 0 100% 0.007
NotificationBadgeTest 2 0 0 0 100% 0.009

info.magnolia.admincentral.findbar.operation

Class Tests Errors Failures Skipped Success Rate Time
AppNavigationOperationTest 4 0 0 0 100% 0.116
NodeNavigationOperationTest 2 0 0 0 100% 0.442
ContentNavigationOperationTest 4 0 0 0 100% 3.763

info.magnolia.admincentral.findbar

Class Tests Errors Failures Skipped Success Rate Time
SearchResultsGridTest 2 0 0 0 100% 0.008
ExcerptProviderTest 7 0 0 0 100% 0.013
FindBarTest 13 0 0 0 100% 0.619
PeriscopeAppDetailCreatorTest 11 0 0 0 100% 0.01
LastEditorDataProviderTest 6 0 0 0 100% 0.001
HtmlHighlighterTest 8 0 0 0 100% 0.001

Test Cases

[Summary] [Package List] [Test Cases]

SupplierSorterTest

shouldOrderByListAndAlphabetically 0.004
shouldNotRequireAllInBaseList 0

SearchResultsGridTest

iconColumnProviderResolvesFontIcons 0.003
iconColumnProviderResolvesCustomIcons 0.004

AppNavigationOperationTest

appLabelRequestOpensCorrectAppName 0.083
appNameRequestGetsAlreadyOpenedAppName 0.011
appNameRequestOpensCorrectAppName 0.009
invalidAppNameReturnsUnsucessfulOperationResult 0.01

JsessionidFriendlyBootstrapHandlerTest

redirectInitialBootstrapRequestIfItContainsJsessionid 0.036
serveVaadinRequestsFromBaseRequestUri 0.025

ResurfaceUIProviderTest

getWidgetsetAndThemeFromMagnoliaProperties 0.051
letWidgetsetAndThemeAnnotationsTakePrecedence 0.004

FindContentCommandSnifferTest

noOperationReturnedOnInvalidCommand 0
contentNavigationRequestReturnedOnValidContentCommand 0

OpenAppCommandSnifferTest

appNavigationRequestReturnedOnValidContentCommand 0
noOperationReturnedOnInvalidCommand 0.001

PeriscopeResultRankerCleanerTest

doesntFailWhenTriggeredOutsideMgnlContext 0.001

TaskBadgeTest

getStatusReturnsNewTasks 0.004
getStatusDoesNotAccountForArchivedTasks 0.001
getStatusReportsCurrentTaskStatusInTooltip 0.001
getStatusReportsScheduledAndInProgressTasksAsAssigned 0
getStatusReturnsNoNewTasks 0

ExcerptProviderTest

htmlContentCreatesExcerptWithNoEllipses 0.011
longContentCreatesExcerptWithStartEllipses 0
longContentCreatesExcerptWithEllipsesAtBothEnds 0
shortContentCreatesExcerptWIthNoEllipses 0
noMatchCreatesExcerptWithEndEllipses 0
noHtmlMatchCreatesExcerptWithNoEllipses 0
longContentCreatesExcerptWithEndEllipses 0.001

NodeNavigationOperationTest

processingOperationResolvesCorrectNode 0.244
invalidNodeReturnsUnsucessfulOperationResult 0.198

ContentNavigationOperationTest

processingOperationResolvesCorrectNodeByTitle 2.857
processingOperationResolvesCorrectNodeByFullTextSearch 0.298
processingOperationResolvesCorrectNodeByNodePath 0.287
invalidContentReturnsUnsucessfulOperationResult 0.246

FindBarTest

shouldOmitSuppliersOfDisabledApps 0.465
pollingIsDisabledWhenOneFutureExceptionallyCompleted 0.036
searchQueryIsTrimmed 0.005
shouldIgnoreNonExistentSuppliersAndWarn 0.017
shouldSearchInAllSuppliersByDefault 0.007
shouldExcludeDisabledSuppliersFromSearching 0.009
bubblesUpCurrentAppAfterFocus 0.012
bubblesUpCurrentAppAfterStart 0.007
configuredOrderIsRespected 0.031
pollingIsDisabledWhenFuturesAreCompleted 0.009
shouldSearchInConfiguredSuppliersOnly 0.006
doNotIgnoreSuppliersWithoutAppNameConfig 0.007
usesDefaultOrderAfterAppIsClosed 0.008

NotificationBadgeTest

getStatusReturnsNoNewNotifications 0.008
getStatusReturnsNewNotifications 0.001

ResultCollectorTest

supplierOrderIsRespected 0.037
pendingResultsAreDiscardedOnNewSearch 0.037
shouldLimitTo100Results 0.966
previousSearchesShouldBeCancelled 0.068

FindNodeCommandSnifferTest

nodeNavigationRequestReturnedOnValidContentCommand 0
noOperationReturnedOnInvalidCommand 0

PeriscopeAppDetailCreatorTest

appDetailForCategoryTours 0.003
returnsEmptyIfNoWorkspaceFound 0.003
appDetailForStories 0.001
appDetailForCategories 0
returnsEmptyWhenNotEnoughCharacters 0
appDetailForAssetsViaPreviouslyConfiguredWorkspaceName 0
appDetailForAssets 0
appDetailForTourCategories 0.001
returnsEmptyIfNoAppDetailFoundForAppName 0.001
appDetailForPages 0
appDetailForAssetsViaWorkspaceName 0

LastEditorDataProviderTest

testUnbounded 0
testLimit 0
testFilterWithOffsetAndLimit 0
testFilter 0.001
testSupplierIsMemoized 0
testOffset 0

AppSearchResultSupplierTest

respectsDefinedAppIcon 0.006
shouldRespectResultsLimit 0.001
searchAppResultSupplierSearchByLabel 0.001
searchAppResultSupplierWithAppSuffix 0.001
searchAppResultSupplier 0
searchAppResultSupplierByLabelWithAppSuffix 0.001
findInfosFromLabel 0
respectsIconsConfiguredViaI18n 0.001
shouldExcludeAppWhenUserHasNoAccess 0.001
providesADefaultIcon 0.001

AdmincentralModuleVersionHandlerTest

updateFrom61 0.576
cleanInstall 0.68

HtmlHighlighterTest

nullText 0
emptyText 0
emptyQuery 0
multipleMatch 0
htmlTagMatch 0
caseMatch 0.001
nullQuery 0
noMatch 0