Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
109 0 0 9 91.743% 1.851

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.i18nsystem.setup 8 0 0 0 100% 0.121
info.magnolia.i18nsystem.tools 1 0 0 1 0% 0
info.magnolia.i18nsystem 51 0 0 4 92.157% 1.591
info.magnolia.i18nsystem.proxytoys 33 0 0 4 87.879% 0.126
info.magnolia.i18nsystem.util 16 0 0 0 100% 0.013

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

info.magnolia.i18nsystem.setup

Class Tests Errors Failures Skipped Success Rate Time
AbstractRemoveHardcodedI18nPropertiesTaskTest 2 0 0 0 100% 0.095
RemoveHardcodedI18nPropertiesFromDialogsTaskTest 3 0 0 0 100% 0.008
RemoveHardcodedI18nPropertiesFromSubappsTaskTest 3 0 0 0 100% 0.018

info.magnolia.i18nsystem.tools

Class Tests Errors Failures Skipped Success Rate Time
GenerateTranslationFilesImplTest 1 0 0 1 0% 0

info.magnolia.i18nsystem

Class Tests Errors Failures Skipped Success Rate Time
AbstractI18nKeyGeneratorTest 10 0 0 0 100% 0.491
DefaultMessageBundlesLoaderReloadTest 3 0 0 1 66.667% 0.479
DefaultMessageBundlesLoaderTest 5 0 0 1 80% 0.102
SimpleTranslatorTest 8 0 0 2 75% 0.032
TranslationServiceImplTest 25 0 0 0 100% 0.487

info.magnolia.i18nsystem.proxytoys

Class Tests Errors Failures Skipped Success Rate Time
ChildDecoratorTest 4 0 0 0 100% 0.028
MethodsAnnotatedWithTest 4 0 0 0 100% 0.004
ProxytoysI18nizerTest 18 0 0 4 77.778% 0.091
ReturnsAnnotatedTypeArgumentTest 7 0 0 0 100% 0.003

info.magnolia.i18nsystem.util

Class Tests Errors Failures Skipped Success Rate Time
AnnotationUtilsTest 4 0 0 0 100% 0.005
GenericsUtilsTest 4 0 0 0 100% 0.004
LocaleUtilsTest 5 0 0 0 100% 0.002
MessageFormatterUtilsTest 3 0 0 0 100% 0.002

Test Cases

[Summary] [Package List] [Test Cases]

AbstractI18nKeyGeneratorTest

ancestorsFromList 0.439
getDifferentBundlenamesForEachChild 0.019
addKeyConsidersLabelAsAnOptionalSuffix 0.01
getNullBundlenameWhenNoneIsDefined 0.006
getRootBundlenameWhenNoOtherIsDefined 0.004
getIdOrNameForUnknownRoot 0.003
getRoot 0.002
ancestorsFromSimpleChain 0.002
getRootKeyGenerator 0.002
getAncestorKeyGenerators 0.004

DefaultMessageBundlesLoaderReloadTest

makeSureMessagesAreAlsoRemovedWhenUnderlyingFileIsRemoved 0.46
whenEncounteringDuplicateKeyTheFirstValueIsUsed 0
Ignored until MAGNOLIA-6927 is fixed: potential issues related to OS
makeSureBundlesAreReloadedWhenResourcesChange 0.019

DefaultMessageBundlesLoaderTest

testUTF8CharactersAreReadProperly 0.072
sanitiseHtmlContent 0.012
bundlesLoaderLoadsAllLocales 0.01
doesNotSanitiseFormattingRelatedHtmlContent 0.008
proveMessageFormatChoiceSyntaxIsBrokenByHtmlSanitation 0
Hopefully at some point we can change this test into "respectMessageFormatChoiceSyntax" :) - see LANG-42

ChildDecoratorTest

decorateList 0.02
decoratedListIsModifiable 0
decorateCollection 0.001
decorateMap 0.007

MethodsAnnotatedWithTest

includesMethodOnSuperclass 0.004
doesNotIncludeOtherRandomMethod 0
includesMethodOnSelf 0
includesMethodOnInterface 0

ProxytoysI18nizerTest

decorateChildWithNullObjectDoesNotThrowException 0.001
decorateEnum 0
currently can't proxy enums because they're final. The use-case would be to provide 'typed' static messages; maybe we can have another api, e.g SimpleTranslator - see MAGNOLIA-5296
i18nizerCanProxyIfObjectAlreadyProxiedBySthgElse 0.013
decorateWithNullObjectDoesNotThrowException 0
testWithSingleChildObject 0.003
blowsIfObjectIsAlreadyProxiedByI18nizer 0.008
testWithDeeperChildren 0.009
testSimpleObject 0.002
i18nTextAnnotationOnNonStringType 0
Currently makes no sense - un-ignore the day we find a real use-case
canFormatMessagesForMethodsWithArguments 0
Not implemented yet - not sure we want this
decoratedMapShouldAllowToPutNewObjectsAndDecorateThem 0
Not implemented yet
decoratedObjectsCanBeClonedWithClonerLib 0.032
nullChildJustReturnsNull 0
testWithChildren 0.01
objectsClonedWithClonerLibCanBeDecorated 0.001
defaultValuesSetInConstructorDoNotOverrideValuesAfterProxying 0.007
testWithChildrenInMap 0.002
testWithExistingValuesBeforeDecoration 0.003

ReturnsAnnotatedTypeArgumentTest

includesSimpleGetter 0.002
doesNotIncludeGetterWhereReturnTypeIsNotAnnotatedEvenIfMethodItselfIsAnnotated 0.001
includesMapOfAnnotatedTypeValues 0
includesInheritedMethods 0
includesListOfAnnotatedTypes 0
doesNotIncludeGetterWhereReturnTypeIsNotAnnotated 0
canNotIncludeMapOfAnnotatedTypeValues 0

AbstractRemoveHardcodedI18nPropertiesTaskTest

removeHardcodedI18nPropertiesUnderAppNode 0.092
leaveOtherPropertiesAlone 0.003

RemoveHardcodedI18nPropertiesFromDialogsTaskTest

removeI18nPropertiesFromDialogs 0.004
removeHardcodedI18nPropertiesUnderAppNode 0.002
leaveOtherPropertiesAlone 0.002

RemoveHardcodedI18nPropertiesFromSubappsTaskTest

removeI18nPropertiesFromSubapps 0.014
removeHardcodedI18nPropertiesUnderAppNode 0.003
leaveOtherPropertiesAlone 0.001

SimpleTranslatorTest

keyWithPrintfFormat 0
Ignored for now but I would like to support the printf format too eventually
singleKey 0.016
extraTestForConditionsAndPlurals 0.008
keyWithPrintfFormatMultipleArgs 0
Ignored for now but I would like to support the printf format too eventually
testTranslateShouldNotFailOnInvalidI18nMessage 0.002
formatAccordingToLocale 0.005
keyWithMessageFormat 0.001
keyWithMessageFormatMultipleArgs 0

GenerateTranslationFilesImplTest

generateTranslationFilesAndEverythingElse 0
skipped

TranslationServiceImplTest

messageWithBasenameAndLocale 0.031
nullKey 0.02
messageNotFound 0.037
messageWithSwissGermanVariantLocale 0.025
messageWithBasenameAndLocaleFallsBackToDefaultLocaleIfNotFound 0.016
messageFallsBackToClosestAvailableMessage 0.018
debugNewI18n 0.01
messageFallsBackToDefaultLanguage 0.02
messageWithFrenchLocale 0.019
debugNewI18nMissingTranslation 0.014
debugOldI18n 0.038
messageWithNullKeys 0.012
messageWithBasename 0.014
messageWithSwissGermanLocale 0.014
shouldPreferUserLocaleWithSecondaryKey 0.018
messageNotFoundWithBasename 0.015
messageAvailableOnlyInEnglishWithSystemFallbackLanguageSetAsEnglish 0.018
handleLegacyTranslationSanitation 0.031
messageWithBasenameAndLocaleFallsBackToGlobalBundleIfNotFound 0.016
messageFallsBackToDefautLocaleFromAVariantLocale 0.025
messageFallsBackToAvailableMessageFromVariantToCountry 0.013
messageWithNoKeys 0.012
isDebugReturnsFalseWhenI18nModuleProviderIsNotReady 0.023
messageWithGermanLocale 0.012
givenBasenameFallbacksToDefaultLegacy 0.016

AnnotationUtilsTest

getAnnotationWorksOnClassImplementingInterface 0.003
getAnnotationWorksOnSubclass 0.002
getAnnotationWorksOnInterface 0
getAnnotationWorksOnClassDirectlyAnnotated 0

GenericsUtilsTest

getGenericTypeOfReturnType 0.002
returnsObjectForWildcards 0
sanityChecks 0.001
returnsLowerBoundForExtends 0.001

LocaleUtilsTest

resolveLocaleIsLenientWithLowercaseCountryCode 0.001
resolveLocaleReturnsLanguageLocale 0
resolveLocaleReturnsLanguageCountryLocale 0
resolveLocaleReturnsLanguageCountryVariantLocale 0.001
resolveLocaleReturnsDefaultLocale 0

MessageFormatterUtilsTest

invalidMessageWithDoubledSingleQuoteAfterChoice 0.001
invalidMessageWithSingleQuotes 0
validMessageWithDoubledSingleQuote 0.001

Failure Details

[Summary] [Package List] [Test Cases]


whenEncounteringDuplicateKeyTheFirstValueIsUsed
skipped: Ignored until MAGNOLIA-6927 is fixed: potential issues related to OS
proveMessageFormatChoiceSyntaxIsBrokenByHtmlSanitation
skipped: Hopefully at some point we can change this test into "respectMessageFormatChoiceSyntax" :) - see LANG-42
decorateEnum
skipped: currently can't proxy enums because they're final. The use-case would be to provide 'typed' static messages; maybe we can have another api, e.g SimpleTranslator - see MAGNOLIA-5296
i18nTextAnnotationOnNonStringType
skipped: Currently makes no sense - un-ignore the day we find a real use-case
canFormatMessagesForMethodsWithArguments
skipped: Not implemented yet - not sure we want this
decoratedMapShouldAllowToPutNewObjectsAndDecorateThem
skipped: Not implemented yet
keyWithPrintfFormat
skipped: Ignored for now but I would like to support the printf format too eventually
keyWithPrintfFormatMultipleArgs
skipped: Ignored for now but I would like to support the printf format too eventually
generateTranslationFilesAndEverythingElse
skipped: skipped