Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
97 0 0 0 100% 6.309

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.017
info.magnolia.admincentral.findbar.search 6 0 0 0 100% 1.173
info.magnolia.admincentral.findbar.sniff 7 0 0 0 100% 0.001
info.magnolia.admincentral 7 0 0 0 100% 1.366
info.magnolia.admincentral.badge 7 0 0 0 100% 0.018
info.magnolia.admincentral.findbar.operation 11 0 0 0 100% 3.047
info.magnolia.admincentral.findbar 49 0 0 0 100% 0.687

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.017

info.magnolia.admincentral.findbar.search

Class Tests Errors Failures Skipped Success Rate Time
SupplierSorterTest 2 0 0 0 100% 0.003
ResultCollectorTest 4 0 0 0 100% 1.17

info.magnolia.admincentral.findbar.sniff

Class Tests Errors Failures Skipped Success Rate Time
FindContentCommandSnifferTest 2 0 0 0 100% 0
OpenAppCommandSnifferTest 3 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.035
ResurfaceUIProviderTest 2 0 0 0 100% 0.027
PeriscopeResultRankerCleanerTest 1 0 0 0 100% 0.002
AdmincentralModuleVersionHandlerTest 2 0 0 0 100% 1.302

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.011

info.magnolia.admincentral.findbar.operation

Class Tests Errors Failures Skipped Success Rate Time
AppNavigationOperationTest 5 0 0 0 100% 0.128
NodeNavigationOperationTest 2 0 0 0 100% 0.429
ContentNavigationOperationTest 4 0 0 0 100% 2.49

info.magnolia.admincentral.findbar

Class Tests Errors Failures Skipped Success Rate Time
SearchResultsGridTest 4 0 0 0 100% 0.064
ExcerptProviderTest 7 0 0 0 100% 0
FindBarTest 13 0 0 0 100% 0.617
PeriscopeAppDetailCreatorTest 11 0 0 0 100% 0.006
LastEditorDataProviderTest 6 0 0 0 100% 0
HtmlHighlighterTest 8 0 0 0 100% 0

Test Cases

[Summary] [Package List] [Test Cases]

SupplierSorterTest

shouldOrderByListAndAlphabetically 0.001
shouldNotRequireAllInBaseList 0.001

SearchResultsGridTest

excerptIsRendered 0.049
iconColumnProviderResolvesFontIcons 0.005
iconColumnProviderResolvesCustomIcons 0.005
useSafeHtmlRenderer 0.003

AppNavigationOperationTest

appLabelRequestOpensCorrectAppName 0.083
appNameRequestGetsAlreadyOpenedAppName 0.012
appNameRequestOpensCorrectAppName 0.01
appNameRequestOpensCorrectAppName2Matches 0.008
invalidAppNameReturnsUnsucessfulOperationResult 0.009

JsessionidFriendlyBootstrapHandlerTest

redirectInitialBootstrapRequestIfItContainsJsessionid 0.017
serveVaadinRequestsFromBaseRequestUri 0.017

ResurfaceUIProviderTest

getWidgetsetAndThemeFromMagnoliaProperties 0.023
letWidgetsetAndThemeAnnotationsTakePrecedence 0.003

FindContentCommandSnifferTest

noOperationReturnedOnInvalidCommand 0
contentNavigationRequestReturnedOnValidContentCommand 0

OpenAppCommandSnifferTest

appNavigationRequestReturnedOnValidContentCommand 0
noOperationReturnedOnInvalidCommand 0
appWithSpaceNavigationRequestReturnedOnValidContentCommand 0

PeriscopeResultRankerCleanerTest

doesntFailWhenTriggeredOutsideMgnlContext 0

TaskBadgeTest

getStatusReturnsNewTasks 0.001
getStatusDoesNotAccountForArchivedTasks 0.002
getStatusReportsCurrentTaskStatusInTooltip 0
getStatusReportsScheduledAndInProgressTasksAsAssigned 0.001
getStatusReturnsNoNewTasks 0.001

ExcerptProviderTest

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

NodeNavigationOperationTest

processingOperationResolvesCorrectNode 0.229
invalidNodeReturnsUnsucessfulOperationResult 0.196

ContentNavigationOperationTest

processingOperationResolvesCorrectNodeByTitle 1.67
processingOperationResolvesCorrectNodeByFullTextSearch 0.279
processingOperationResolvesCorrectNodeByNodePath 0.265
invalidContentReturnsUnsucessfulOperationResult 0.216

FindBarTest

shouldOmitSuppliersOfDisabledApps 0.467
pollingIsDisabledWhenOneFutureExceptionallyCompleted 0.039
searchQueryIsTrimmed 0
shouldIgnoreNonExistentSuppliersAndWarn 0.016
shouldSearchInAllSuppliersByDefault 0.006
shouldExcludeDisabledSuppliersFromSearching 0.009
bubblesUpCurrentAppAfterFocus 0.011
bubblesUpCurrentAppAfterStart 0.007
configuredOrderIsRespected 0.03
pollingIsDisabledWhenFuturesAreCompleted 0.01
shouldSearchInConfiguredSuppliersOnly 0.006
doNotIgnoreSuppliersWithoutAppNameConfig 0.006
usesDefaultOrderAfterAppIsClosed 0.008

NotificationBadgeTest

getStatusReturnsNoNewNotifications 0.009
getStatusReturnsNewNotifications 0.001

ResultCollectorTest

supplierOrderIsRespected 0.036
pendingResultsAreDiscardedOnNewSearch 0.034
shouldLimitTo100Results 1.014
previousSearchesShouldBeCancelled 0.082

FindNodeCommandSnifferTest

nodeNavigationRequestReturnedOnValidContentCommand 0
noOperationReturnedOnInvalidCommand 0

PeriscopeAppDetailCreatorTest

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

LastEditorDataProviderTest

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

AppSearchResultSupplierTest

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

AdmincentralModuleVersionHandlerTest

updateFrom61 0.666
cleanInstall 0.634

HtmlHighlighterTest

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