Class | Line # | Actions | |||||
---|---|---|---|---|---|---|---|
EmbeddableComponentManager | 60 | 186 | 0% | 87 | 6 | 0.98019898% |
|
EmbeddableComponentManager.ComponentEntry | 79 | 2 | 0% | 1 | 0 | 1.0100% |
Class EmbeddableComponentManager |
Line # 60 |
186 |
0% |
87 |
6 |
0.98019898% |
---|---|---|---|---|---|---|
EmbeddableComponentManager() EmbeddableComponentManager() | 110110 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
EmbeddableComponentManager(String) EmbeddableComponentManager(String) | 119119 | 2.02 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
getNamespace() : String getNamespace() : String | 126126 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
registerThis() : void registerThis() : void | 135135 | 3.03 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
initialize(ClassLoader) : void initialize(ClassLoader) : void | 148148 | 7.07 | 0.00% | 2.02 | 2.02 | 0.71428573 0.7142857371.4% |
hasComponent(Type) : boolean hasComponent(Type) : boolean | 165165 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
hasComponent(Type,String) : boolean hasComponent(Type,String) : boolean | 171171 | 3.03 | 0.00% | 3.03 | 0.00 | 1.0 1.0100% |
getInstance(Type) : T getInstance(Type) : T | 181181 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
getInstance(Type,String) : T getInstance(Type,String) : T | 187187 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
getInstanceList(Type) : List<T> getInstanceList(Type) : List<T> | 193193 | 2.02 | 0.00% | 2.02 | 0.00 | 1.0 1.0100% |
getInstanceMap(Type) : Map<String, T> getInstanceMap(Type) : Map<String, T> | 203203 | 12.012 | 0.00% | 5.05 | 0.00 | 1.0 1.0100% |
getComponentDescriptor(Type,String) : ComponentDescriptor<T> getComponentDescriptor(Type,String) : ComponentDescriptor<T> | 234234 | 7.07 | 0.00% | 3.03 | 0.00 | 1.0 1.0100% |
getComponentDescriptorList(Type) : List<ComponentDescriptor<T>> getComponentDescriptorList(Type) : List<ComponentDescriptor<T>> | 252252 | 10.010 | 0.00% | 4.04 | 1.01 | 0.9375 0.937593.8% |
getComponentEventManager() : ComponentEventManager getComponentEventManager() : ComponentEventManager | 278278 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
setComponentEventManager(ComponentEventManager) : void setComponentEventManager(ComponentEventManager) : void | 284284 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
getParent() : ComponentManager getParent() : ComponentManager | 290290 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
setParent(ComponentManager) : void setParent(ComponentManager) : void | 296296 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
createInstance(ComponentDescriptor<T>) : T createInstance(ComponentDescriptor<T>) : T | 302302 | 8.08 | 0.00% | 2.02 | 1.01 | 0.9 0.990% |
getDependencyInstance(ComponentDescriptor<?>,Object,ComponentDependency<?>) : Object getDependencyInstance(ComponentDescriptor<?>,Object,ComponentDependency<?>) : Object | 328328 | 16.016 | 0.00% | 7.07 | 0.00 | 1.0 1.0100% |
createGenericProvider(ComponentDescriptor<?>,ComponentDependency<?>) : Provider<?> createGenericProvider(ComponentDescriptor<?>,ComponentDependency<?>) : Provider<?> | 369369 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
createLogger(Class<?>) : Object createLogger(Class<?>) : Object | 378378 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
getComponentInstance(RoleHint<T>) : T getComponentInstance(RoleHint<T>) : T | 383383 | 10.010 | 0.00% | 4.04 | 0.00 | 1.0 1.0100% |
getComponentInstance(ComponentEntry<T>) : T getComponentInstance(ComponentEntry<T>) : T | 408408 | 12.012 | 0.00% | 4.04 | 0.00 | 1.0 1.0100% |
getRoleHint(ComponentDescriptor<T>) : RoleHint<T> getRoleHint(ComponentDescriptor<T>) : RoleHint<T> | 438438 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
registerComponent(ComponentDescriptor<T>) : void registerComponent(ComponentDescriptor<T>) : void | 443443 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
registerComponent(ComponentDescriptor<T>,T) : void registerComponent(ComponentDescriptor<T>,T) : void | 449449 | 3.03 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
addComponent(RoleHint<T>,ComponentDescriptor<T>,T) : void addComponent(RoleHint<T>,ComponentDescriptor<T>,T) : void | 461461 | 4.04 | 0.00% | 2.02 | 0.00 | 1.0 1.0100% |
unregisterComponent(Type,String) : void unregisterComponent(Type,String) : void | 476476 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
unregisterComponent(ComponentDescriptor<?>) : void unregisterComponent(ComponentDescriptor<?>) : void | 482482 | 2.02 | 0.00% | 2.02 | 0.00 | 1.0 1.0100% |
release(Object) : void release(Object) : void | 492492 | 10.010 | 0.00% | 3.03 | 0.00 | 1.0 1.0100% |
releaseInstance(ComponentEntry<?>) : void releaseInstance(ComponentEntry<?>) : void | 523523 | 5.05 | 0.00% | 2.02 | 0.00 | 1.0 1.0100% |
releaseComponentEntry(ComponentEntry<?>) : void releaseComponentEntry(ComponentEntry<?>) : void | 539539 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
removeComponent(RoleHint<?>) : void removeComponent(RoleHint<?>) : void | 545545 | 7.07 | 0.00% | 5.05 | 0.00 | 1.0 1.0100% |
removeComponentWithoutException(RoleHint<T>) : void removeComponentWithoutException(RoleHint<T>) : void | 572572 | 3.03 | 0.00% | 2.02 | 1.01 | 0.6666667 0.666666766.7% |
sortEntry(List<RoleHint<?>>,int) : int sortEntry(List<RoleHint<?>>,int) : int | 581581 | 14.014 | 0.00% | 4.04 | 0.00 | 1.0 1.0100% |
compare(RoleHint<?>,RoleHint<?>) : int compare(RoleHint<?>,RoleHint<?>) : int | 629629 | 1.01 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
getPriority(RoleHint<?>) : int getPriority(RoleHint<?>) : int | 635635 | 5.05 | 0.00% | 3.03 | 0.00 | 1.0 1.0100% |
dispose() : void dispose() : void | 609609 | 20.020 | 0.00% | 7.07 | 1.01 | 0.96153843 0.9615384396.2% |
getComponentDescriptorList(Class<T>) : List<ComponentDescriptor<T>> getComponentDescriptorList(Class<T>) : List<ComponentDescriptor<T>> | 681681 | 5.05 | 0.00% | 2.02 | 0.00 | 1.0 1.0100% |
Class EmbeddableComponentManager.ComponentEntry |
Line # 79 |
2 |
0% |
1 |
0 |
1.0100% |
---|---|---|---|---|---|---|
ComponentEntry(ComponentDescriptor<R>,R) ComponentEntry(ComponentDescriptor<R>,R) | 9494 | 2.02 | 0.00% | 1.01 | 0.00 | 1.0 1.0100% |
0.5620915
|
org.xwiki.component.internal.ContextComponentManagerTest.testDeleteDocumentorg.xwiki.component.internal.ContextComponentManagerTest.testDeleteDocument | 1PASS | ||
0.5620915
|
org.xwiki.component.internal.ContextComponentManagerTest.testDeleteWikiorg.xwiki.component.internal.ContextComponentManagerTest.testDeleteWiki | 1PASS | ||
0.5555556
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testMultipleInstallOnANamespaceAndUninstallDependencyAllorg.xwiki.extension.jar.JarExtensionHandlerTest.testMultipleInstallOnANamespaceAndUninstallDependencyAll | 1PASS | ||
0.5555556
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testMultipleInstallOnANamespaceAndUninstallorg.xwiki.extension.jar.JarExtensionHandlerTest.testMultipleInstallOnANamespaceAndUninstall | 1PASS | ||
0.5555556
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testMultipleInstallOnANamespaceAndUninstallAllorg.xwiki.extension.jar.JarExtensionHandlerTest.testMultipleInstallOnANamespaceAndUninstallAll | 1PASS | ||
0.5555556
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testMultipleInstallOnANamespaceAndUninstallDependencyorg.xwiki.extension.jar.JarExtensionHandlerTest.testMultipleInstallOnANamespaceAndUninstallDependency | 1PASS | ||
0.5555556
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testMultipleInstallOnANamespaceWithGlobalDependencyAndUninstallDependencyorg.xwiki.extension.jar.JarExtensionHandlerTest.testMultipleInstallOnANamespaceWithGlobalDependencyAndUninstallDependency | 1PASS | ||
0.53594774
|
org.xwiki.environment.SystemTest.testDisposeorg.xwiki.environment.SystemTest.testDispose | 1PASS | ||
0.53594774
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testMultipleInstallOnANamespaceWithGlobalDependencyAndUninstallorg.xwiki.extension.jar.JarExtensionHandlerTest.testMultipleInstallOnANamespaceWithGlobalDependencyAndUninstall | 1PASS | ||
0.51960784
|
org.xwiki.rendering.wikimacro.internal.WikiMacrosTest.testUnRegisterWikiMacroWithDifferentVisibilityKeysorg.xwiki.rendering.wikimacro.internal.WikiMacrosTest.testUnRegisterWikiMacroWithDifferentVisibilityKeys | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testInstallDependencyInstallExtensionOnANamespaceAndUninstallExtensionorg.xwiki.extension.jar.JarExtensionHandlerTest.testInstallDependencyInstallExtensionOnANamespaceAndUninstallExtension | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testInstallAndUninstallExtensionWithDependencyorg.xwiki.extension.jar.JarExtensionHandlerTest.testInstallAndUninstallExtensionWithDependency | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testUninstallInvalidExtensionFromRootorg.xwiki.extension.jar.JarExtensionHandlerTest.testUninstallInvalidExtensionFromRoot | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testInstallAndUninstallWebjarExtensionorg.xwiki.extension.jar.JarExtensionHandlerTest.testInstallAndUninstallWebjarExtension | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testInstallAndUninstallExtensionorg.xwiki.extension.jar.JarExtensionHandlerTest.testInstallAndUninstallExtension | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testInstallDependencyInstallExtensionOnANamespaceAndUninstallDependencyorg.xwiki.extension.jar.JarExtensionHandlerTest.testInstallDependencyInstallExtensionOnANamespaceAndUninstallDependency | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testInstallOnNamespaceThenOnRootorg.xwiki.extension.jar.JarExtensionHandlerTest.testInstallOnNamespaceThenOnRoot | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testExtensionInstalledOnRootAtInitorg.xwiki.extension.jar.JarExtensionHandlerTest.testExtensionInstalledOnRootAtInit | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testInstallAndUninstallExtensionWithDependencyOnANamespaceorg.xwiki.extension.jar.JarExtensionHandlerTest.testInstallAndUninstallExtensionWithDependencyOnANamespace | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testInstallAndUninstallExtensionWithoutComponentsorg.xwiki.extension.jar.JarExtensionHandlerTest.testInstallAndUninstallExtensionWithoutComponents | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testInstallEntensionAndUninstallDependencyorg.xwiki.extension.jar.JarExtensionHandlerTest.testInstallEntensionAndUninstallDependency | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testInstallExtensionAndUninstallDependencyOnANamespaceorg.xwiki.extension.jar.JarExtensionHandlerTest.testInstallExtensionAndUninstallDependencyOnANamespace | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testUpgradeAndDowngradeExtensionOnNamespaceorg.xwiki.extension.jar.JarExtensionHandlerTest.testUpgradeAndDowngradeExtensionOnNamespace | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testInstallOnNamespaceThenUpgradeOnRootorg.xwiki.extension.jar.JarExtensionHandlerTest.testInstallOnNamespaceThenUpgradeOnRoot | 1PASS | ||
0.5163399
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testInstallAndUninstallExtensionOnNamespaceorg.xwiki.extension.jar.JarExtensionHandlerTest.testInstallAndUninstallExtensionOnNamespace | 1PASS | ||
0.4640523
|
com.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedContentCleansVelocityMacroCachecom.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedContentCleansVelocityMacroCache | 1PASS | ||
0.46078432
|
org.xwiki.rendering.wikimacro.internal.WikiMacrosTest.testSaveWikiMacroorg.xwiki.rendering.wikimacro.internal.WikiMacrosTest.testSaveWikiMacro | 1PASS | ||
0.46078432
|
com.xpn.xwiki.api.ContextTest.setDisplayModecom.xpn.xwiki.api.ContextTest.setDisplayMode | 1PASS | ||
0.4509804
|
org.xwiki.component.internal.ContextComponentManagerTest.testRegisterComponentInWikiComponentManagerorg.xwiki.component.internal.ContextComponentManagerTest.testRegisterComponentInWikiComponentManager | 1PASS | ||
0.44444445
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testExtensionInstalledOnNamespaceAtInitorg.xwiki.extension.jar.JarExtensionHandlerTest.testExtensionInstalledOnNamespaceAtInit | 1PASS | ||
0.4379085
|
org.xwiki.localization.wiki.internal.DocumentTranslationBundleFactoryTest.getTranslationScopeWikiorg.xwiki.localization.wiki.internal.DocumentTranslationBundleFactoryTest.getTranslationScopeWiki | 1PASS | ||
0.43137255
|
org.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerTransformationTest.transformWithLinkContextDataProviderorg.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerTransformationTest.transformWithLinkContextDataProvider | 1PASS | ||
0.42810458
|
org.xwiki.component.internal.ContextComponentManagerTest.testRegisterComponentInUserComponentManagerorg.xwiki.component.internal.ContextComponentManagerTest.testRegisterComponentInUserComponentManager | 1PASS | ||
0.42810458
|
org.xwiki.component.internal.ContextComponentManagerTest.testRegisterComponentInDocumentComponentManagerorg.xwiki.component.internal.ContextComponentManagerTest.testRegisterComponentInDocumentComponentManager | 1PASS | ||
0.42810458
|
org.xwiki.rendering.wikimacro.internal.DefaultWikiMacroTest.testExecuteWhenWikiMacroBindingorg.xwiki.rendering.wikimacro.internal.DefaultWikiMacroTest.testExecuteWhenWikiMacroBinding | 1PASS | ||
0.42810458
|
org.xwiki.rendering.wikimacro.internal.DefaultWikiMacroTest.testExecuteWhenWikiRequiringPRAfterDropPermissionorg.xwiki.rendering.wikimacro.internal.DefaultWikiMacroTest.testExecuteWhenWikiRequiringPRAfterDropPermission | 1PASS | ||
0.42810458
|
org.xwiki.component.internal.ContextComponentManagerTest.testRegisterComponentInSpaceComponentManagerorg.xwiki.component.internal.ContextComponentManagerTest.testRegisterComponentInSpaceComponentManager | 1PASS | ||
0.4248366
|
org.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroTest.testExecuteWhenWithDifferentMacroSyntaxorg.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroTest.testExecuteWhenWithDifferentMacroSyntax | 1PASS | ||
0.41830066
|
org.xwiki.localization.jar.internal.JARTranslationBundleFactoryTest.uninstallExtensionorg.xwiki.localization.jar.internal.JARTranslationBundleFactoryTest.uninstallExtension | 1PASS | ||
0.41830066
|
org.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerTransformationTest.transformAndSendEventorg.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerTransformationTest.transformAndSendEvent | 1PASS | ||
0.41503268
|
org.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerTransformationTest.transformWhenExistingLinkStateorg.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerTransformationTest.transformWhenExistingLinkState | 1PASS | ||
0.41503268
|
org.xwiki.localization.jar.internal.JARTranslationBundleFactoryTest.upgradeJarorg.xwiki.localization.jar.internal.JARTranslationBundleFactoryTest.upgradeJar | 1PASS | ||
0.41503268
|
org.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerTransformationTest.transformWithSourceMetaDataorg.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerTransformationTest.transformWithSourceMetaData | 1PASS | ||
0.41503268
|
org.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerTransformationTest.transformWhenExistingLinkStateButAfterTimeoutHasExpiredorg.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerTransformationTest.transformWhenExistingLinkStateButAfterTimeoutHasExpired | 1PASS | ||
0.41503268
|
org.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerTransformationTest.transformorg.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerTransformationTest.transform | 1PASS | ||
0.4117647
|
org.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroTest.testExecuteWhenInnerMacroorg.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroTest.testExecuteWhenInnerMacro | 1PASS | ||
0.4117647
|
org.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroTest.testDefaultParameterValuesorg.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroTest.testDefaultParameterValues | 1PASS | ||
0.4117647
|
org.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroTest.testGetCurrentMacroBlockorg.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroTest.testGetCurrentMacroBlock | 1PASS | ||
0.4117647
|
org.xwiki.localization.wiki.internal.DocumentTranslationBundleFactoryTest.getTranslationScopeWikiFromOtherWikiorg.xwiki.localization.wiki.internal.DocumentTranslationBundleFactoryTest.getTranslationScopeWikiFromOtherWiki | 1PASS | ||
0.4117647
|
org.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroTest.testExecuteWhenWikiMacroDirectlyProvideTheResultorg.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroTest.testExecuteWhenWikiMacroDirectlyProvideTheResult | 1PASS | ||
0.40849674
|
org.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerTransformationTest.transformWithAntiFloodKickingInorg.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerTransformationTest.transformWithAntiFloodKickingIn | 1PASS | ||
0.40849674
|
org.xwiki.environment.SystemTest.testInitializeWithNoParameterorg.xwiki.environment.SystemTest.testInitializeWithNoParameter | 1PASS | ||
0.40522876
|
org.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroTest.testExecuteWhenInlineAndWithMacroorg.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroTest.testExecuteWhenInlineAndWithMacro | 1PASS | ||
0.40522876
|
org.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroTest.testExecuteorg.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroTest.testExecute | 1PASS | ||
0.40522876
|
org.xwiki.rendering.internal.macro.DefaultMacroCategoryManagerTest.testGetMacroNamesForCategoryorg.xwiki.rendering.internal.macro.DefaultMacroCategoryManagerTest.testGetMacroNamesForCategory | 1PASS | ||
0.40522876
|
org.xwiki.rendering.internal.macro.DefaultMacroCategoryManagerTest.testGetMacroIdsWithSyntaxSpecificMacrosorg.xwiki.rendering.internal.macro.DefaultMacroCategoryManagerTest.testGetMacroIdsWithSyntaxSpecificMacros | 1PASS | ||
0.38235295
|
org.xwiki.security.authorization.internal.AuthorizationManagerTest.testRightOnUserAndDeleteorg.xwiki.security.authorization.internal.AuthorizationManagerTest.testRightOnUserAndDelete | 1PASS | ||
0.38235295
|
org.xwiki.help.HelpTest.verifySubHeadingVelocityVariableCorrectlyEvaluatedWhenUsedInSectionorg.xwiki.help.HelpTest.verifySubHeadingVelocityVariableCorrectlyEvaluatedWhenUsedInSection | 3FAIL | ||
0.38235295
|
org.xwiki.component.ProviderTest.loadAndInjectProvidersorg.xwiki.component.ProviderTest.loadAndInjectProviders | 1PASS | ||
0.37254903
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnWikiorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnWiki | 1PASS | ||
0.37254903
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallMandatoryorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallMandatory | 1PASS | ||
0.36928105
|
com.xpn.xwiki.store.migration.XWikiMigrationManagerTest.testMigrationForcecom.xpn.xwiki.store.migration.XWikiMigrationManagerTest.testMigrationForce | 1PASS | ||
0.36928105
|
org.xwiki.component.embed.EmbeddableComponentManagerTest.testDisposeorg.xwiki.component.embed.EmbeddableComponentManagerTest.testDispose | 1PASS | ||
0.36928105
|
org.xwiki.component.internal.ContextComponentManagerTest.testRegisterComponentInRootComponentManagerorg.xwiki.component.internal.ContextComponentManagerTest.testRegisterComponentInRootComponentManager | 1PASS | ||
0.3627451
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.3627451
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.3627451
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.3627451
|
org.xwiki.environment.SystemTest.testInitializeWithAllDirectoriesSetorg.xwiki.environment.SystemTest.testInitializeWithAllDirectoriesSet | 1PASS | ||
0.35620916
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.35620916
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.35620916
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.35620916
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.35620916
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.35620916
|
com.xpn.xwiki.XWikiTest.testGetPrefsClasscom.xpn.xwiki.XWikiTest.testGetPrefsClass | 1PASS | ||
0.35620916
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.35620916
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.35620916
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.35620916
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.35620916
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.35620916
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.35620916
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.35620916
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.35620916
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.3529412
|
org.xwiki.rendering.internal.macro.DisplayMacroTest.testDisplayMacroWhenSectionSpecifiedorg.xwiki.rendering.internal.macro.DisplayMacroTest.testDisplayMacroWhenSectionSpecified | 3FAIL | ||
0.3529412
|
org.xwiki.rendering.internal.macro.IncludeMacroTest.testIncludeMacroWhenSectionSpecifiedorg.xwiki.rendering.internal.macro.IncludeMacroTest.testIncludeMacroWhenSectionSpecified | 3FAIL | ||
0.3529412
|
org.xwiki.rendering.internal.macro.IncludeMacroTest.testIncludeMacroInsideSourceMetaDataBlockAndWithRelativeDocumentReferencePassedorg.xwiki.rendering.internal.macro.IncludeMacroTest.testIncludeMacroInsideSourceMetaDataBlockAndWithRelativeDocumentReferencePassed | 3FAIL | ||
0.3529412
|
org.xwiki.rendering.internal.macro.DisplayMacroTest.testDisplayMacroInsideBaseMetaDataBlockAndWithRelativeDocumentReferencePassedorg.xwiki.rendering.internal.macro.DisplayMacroTest.testDisplayMacroInsideBaseMetaDataBlockAndWithRelativeDocumentReferencePassed | 3FAIL | ||
0.3529412
|
org.xwiki.rendering.internal.macro.IncludeMacroTest.testIncludeMacroWhenIncludingDocumentWithRelativeReferencesorg.xwiki.rendering.internal.macro.IncludeMacroTest.testIncludeMacroWhenIncludingDocumentWithRelativeReferences | 3FAIL | ||
0.3529412
|
org.xwiki.rendering.internal.macro.IncludeMacroTest.testIncludeMacroWithNewContextShowsPassingOnRestrictedFlagorg.xwiki.rendering.internal.macro.IncludeMacroTest.testIncludeMacroWithNewContextShowsPassingOnRestrictedFlag | 3FAIL | ||
0.3529412
|
org.xwiki.rendering.internal.macro.DisplayMacroTest.testDisplayMacroWhenInvalidSectionSpecifiedorg.xwiki.rendering.internal.macro.DisplayMacroTest.testDisplayMacroWhenInvalidSectionSpecified | 3FAIL | ||
0.3529412
|
org.xwiki.rendering.internal.macro.IncludeMacroTest.testIncludeMacroWhenInvalidSectionSpecifiedorg.xwiki.rendering.internal.macro.IncludeMacroTest.testIncludeMacroWhenInvalidSectionSpecified | 3FAIL | ||
0.3529412
|
org.xwiki.rendering.internal.macro.DisplayMacroTest.testDisplayMacroWhenDisplayingDocumentWithRelativeReferencesorg.xwiki.rendering.internal.macro.DisplayMacroTest.testDisplayMacroWhenDisplayingDocumentWithRelativeReferences | 3FAIL | ||
0.3496732
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.3496732
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.3496732
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.3496732
|
com.xpn.xwiki.plugin.feed.SyndEntryDocumentSourceTest.testArticleSourceHTMLContentLengthcom.xpn.xwiki.plugin.feed.SyndEntryDocumentSourceTest.testArticleSourceHTMLContentLength | 1PASS | ||
0.3496732
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.3496732
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.3496732
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.3496732
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.3496732
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.3496732
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.34640524
|
org.xwiki.uiextension.UIExtensionManagerTest.testGetorg.xwiki.uiextension.UIExtensionManagerTest.testGet | 1PASS | ||
0.34640524
|
com.xpn.xwiki.internal.render.OldRenderingProviderTest.testInstallNewOldCoreRenderingcom.xpn.xwiki.internal.render.OldRenderingProviderTest.testInstallNewOldCoreRendering | 1PASS | ||
0.34313726
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.34313726
|
com.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedTitleWithoutTitleHTMLcom.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedTitleWithoutTitleHTML | 1PASS | ||
0.34313726
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.34313726
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.34313726
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.34313726
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.34313726
|
com.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedTitleWithoutTitlePLAINcom.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedTitleWithoutTitlePLAIN | 1PASS | ||
0.34313726
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.34313726
|
com.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedContentTextRightscom.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedContentTextRights | 1PASS | ||
0.34313726
|
com.xpn.xwiki.doc.XWikiDocumentRenderingTest.testCurrentDocumentVariableIsInjectedBeforeRenderingcom.xpn.xwiki.doc.XWikiDocumentRenderingTest.testCurrentDocumentVariableIsInjectedBeforeRendering | 1PASS | ||
0.34313726
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.34313726
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.34313726
|
com.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedContentRightscom.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedContentRights | 1PASS | ||
0.3398693
|
com.xpn.xwiki.internal.filter.output.UserInstanceOutputFilterStreamTest.testImportUserWithoutWikicom.xpn.xwiki.internal.filter.output.UserInstanceOutputFilterStreamTest.testImportUserWithoutWiki | 1PASS | ||
0.3398693
|
com.xpn.xwiki.internal.filter.output.UserInstanceOutputFilterStreamTest.testImportUsersAndGroupsPreserveVersioncom.xpn.xwiki.internal.filter.output.UserInstanceOutputFilterStreamTest.testImportUsersAndGroupsPreserveVersion | 1PASS | ||
0.33660132
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.33660132
|
com.xpn.xwiki.XWikiTest.testParseTemplateConsidersAttachmentcom.xpn.xwiki.XWikiTest.testParseTemplateConsidersAttachment | 1PASS | ||
0.33660132
|
com.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedTitleRecursivecom.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedTitleRecursive | 1PASS | ||
0.33660132
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.33660132
|
com.xpn.xwiki.plugin.feed.SyndEntryDocumentSourceTest.testSourceAccessRightscom.xpn.xwiki.plugin.feed.SyndEntryDocumentSourceTest.testSourceAccessRights | 1PASS | ||
0.33660132
|
com.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedTitleNoTitleAndContentcom.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedTitleNoTitleAndContent | 1PASS | ||
0.33660132
|
com.xpn.xwiki.plugin.feed.SyndEntryDocumentSourceTest.testArticleSourceXMLContentLengthcom.xpn.xwiki.plugin.feed.SyndEntryDocumentSourceTest.testArticleSourceXMLContentLength | 1PASS | ||
0.33660132
|
com.xpn.xwiki.plugin.feed.SyndEntryDocumentSourceTest.testSourceContentTypecom.xpn.xwiki.plugin.feed.SyndEntryDocumentSourceTest.testSourceContentType | 1PASS | ||
0.33660132
|
com.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedTitleWhenNotMatchingTitleHeaderDepthcom.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedTitleWhenNotMatchingTitleHeaderDepth | 1PASS | ||
0.33660132
|
com.xpn.xwiki.XWikiTest.testParseTemplateConsidersObjectFieldBeforeAttachmentcom.xpn.xwiki.XWikiTest.testParseTemplateConsidersObjectFieldBeforeAttachment | 1PASS | ||
0.33660132
|
com.xpn.xwiki.plugin.feed.SyndEntryDocumentSourceTest.testSourcePolymorphismcom.xpn.xwiki.plugin.feed.SyndEntryDocumentSourceTest.testSourcePolymorphism | 1PASS | ||
0.33660132
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.33660132
|
com.xpn.xwiki.plugin.feed.SyndEntryDocumentSourceTest.testArticleSourcePlainContentLengthcom.xpn.xwiki.plugin.feed.SyndEntryDocumentSourceTest.testArticleSourcePlainContentLength | 1PASS | ||
0.33660132
|
com.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedContentcom.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedContent | 1PASS | ||
0.33660132
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.33660132
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.33660132
|
org.xwiki.localization.jar.internal.JARTranslationBundleFactoryTest.installEmptyJarorg.xwiki.localization.jar.internal.JARTranslationBundleFactoryTest.installEmptyJar | 1PASS | ||
0.33660132
|
com.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedTitleWithTitlecom.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedTitleWithTitle | 1PASS | ||
0.33660132
|
com.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedTitleWhenMatchingTitleHeaderDepthcom.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedTitleWhenMatchingTitleHeaderDepth | 1PASS | ||
0.33660132
|
com.xpn.xwiki.plugin.feed.SyndEntryDocumentSourceTest.testSourceConsistencycom.xpn.xwiki.plugin.feed.SyndEntryDocumentSourceTest.testSourceConsistency | 1PASS | ||
0.33660132
|
com.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedContentTextWithSourceSyntaxcom.xpn.xwiki.doc.XWikiDocumentRenderingTest.testGetRenderedContentTextWithSourceSyntax | 1PASS | ||
0.33660132
|
com.xpn.xwiki.XWikiTest.testParseTemplateConsidersObjectFieldcom.xpn.xwiki.XWikiTest.testParseTemplateConsidersObjectField | 1PASS | ||
0.33333334
|
org.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerThreadTest.runWithInitializerorg.xwiki.rendering.internal.transformation.linkchecker.LinkCheckerThreadTest.runWithInitializer | 1PASS | ||
0.33333334
|
org.xwiki.activeinstalls.internal.client.DefaultPingSenderTest.sendPingorg.xwiki.activeinstalls.internal.client.DefaultPingSenderTest.sendPing | 1PASS | ||
0.33006537
|
com.xpn.xwiki.doc.XWikiDocumentTest.testDisplay1020com.xpn.xwiki.doc.XWikiDocumentTest.testDisplay1020 | 1PASS | ||
0.33006537
|
com.xpn.xwiki.doc.XWikiDocumentTest.testGetRenderedContentcom.xpn.xwiki.doc.XWikiDocumentTest.testGetRenderedContent | 1PASS | ||
0.33006537
|
com.xpn.xwiki.doc.XWikiDocumentTest.testDisplaycom.xpn.xwiki.doc.XWikiDocumentTest.testDisplay | 1PASS | ||
0.33006537
|
com.xpn.xwiki.doc.XWikiDocumentTest.testDisplayTemplate20com.xpn.xwiki.doc.XWikiDocumentTest.testDisplayTemplate20 | 1PASS | ||
0.33006537
|
com.xpn.xwiki.doc.XWikiDocumentTest.testGetRenderedContentWithSourceSyntaxcom.xpn.xwiki.doc.XWikiDocumentTest.testGetRenderedContentWithSourceSyntax | 1PASS | ||
0.32352942
|
org.xwiki.activeinstalls.internal.client.DefaultPingSenderIntegrationTest.pingIsSentWithUserAgentorg.xwiki.activeinstalls.internal.client.DefaultPingSenderIntegrationTest.pingIsSentWithUserAgent | 1PASS | ||
0.32352942
|
org.xwiki.localization.jar.internal.JARTranslationBundleFactoryTest.getInstalledJarTranslationsorg.xwiki.localization.jar.internal.JARTranslationBundleFactoryTest.getInstalledJarTranslations | 1PASS | ||
0.32352942
|
org.xwiki.localization.internal.DefaultTranslationBundleContextTest.getBundlesNewContextorg.xwiki.localization.internal.DefaultTranslationBundleContextTest.getBundlesNewContext | 1PASS | ||
0.32352942
|
org.xwiki.rendering.internal.configuration.DefaultExtendedRenderingConfigurationTest.getConfiguredAndDisabledSyntaxesWhenConfigXObjectExistsorg.xwiki.rendering.internal.configuration.DefaultExtendedRenderingConfigurationTest.getConfiguredAndDisabledSyntaxesWhenConfigXObjectExists | 1PASS | ||
0.32352942
|
org.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroManagerTest.registerAndUnregisterWikiMacroWhenGlobalVisibilityAndAllowedorg.xwiki.rendering.internal.macro.wikibridge.DefaultWikiMacroManagerTest.registerAndUnregisterWikiMacroWhenGlobalVisibilityAndAllowed | 1PASS | ||
0.32352942
|
org.xwiki.rendering.internal.configuration.DefaultExtendedRenderingConfigurationTest.getConfiguredAndDisabledSyntaxesWhenNoConfigXObjectAndExistingXWikiCfgPropertyorg.xwiki.rendering.internal.configuration.DefaultExtendedRenderingConfigurationTest.getConfiguredAndDisabledSyntaxesWhenNoConfigXObjectAndExistingXWikiCfgProperty | 1PASS | ||
0.32352942
|
org.xwiki.activeinstalls.internal.client.DefaultPingSenderIntegrationTest.sendPingThroughProxyorg.xwiki.activeinstalls.internal.client.DefaultPingSenderIntegrationTest.sendPingThroughProxy | 1PASS | ||
0.32352942
|
org.xwiki.localization.jar.internal.JARTranslationBundleFactoryTest.installJarorg.xwiki.localization.jar.internal.JARTranslationBundleFactoryTest.installJar | 1PASS | ||
0.32352942
|
org.xwiki.rendering.internal.configuration.DefaultExtendedRenderingConfigurationTest.getConfiguredAndDisabledSyntaxesWhenNoConfigXObjectAndNoXWikiCfgPropertyorg.xwiki.rendering.internal.configuration.DefaultExtendedRenderingConfigurationTest.getConfiguredAndDisabledSyntaxesWhenNoConfigXObjectAndNoXWikiCfgProperty | 1PASS | ||
0.32026145
|
com.xpn.xwiki.internal.template.TemplateManagerTest.testRenderWikicom.xpn.xwiki.internal.template.TemplateManagerTest.testRenderWiki | 1PASS | ||
0.31699347
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31699347
|
org.xwiki.observation.ObservationContextTest.testorg.xwiki.observation.ObservationContextTest.test | 1PASS | ||
0.31699347
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31699347
|
org.xwiki.filter.xar.XARInputFilterStreamTest.testSkipFirstDocumentorg.xwiki.filter.xar.XARInputFilterStreamTest.testSkipFirstDocument | 1PASS | ||
0.31699347
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31699347
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31699347
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31699347
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31699347
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31699347
|
org.xwiki.mail.internal.configuration.SendMailConfigClassDocumentConfigurationSourceTest.getPropertyWhenSendMailConfigClassXObjectExistsorg.xwiki.mail.internal.configuration.SendMailConfigClassDocumentConfigurationSourceTest.getPropertyWhenSendMailConfigClassXObjectExists | 1PASS | ||
0.31699347
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31699347
|
org.xwiki.mail.internal.configuration.SendMailConfigClassDocumentConfigurationSourceTest.getPropertyWhenNoSendMailConfigClassXObjectorg.xwiki.mail.internal.configuration.SendMailConfigClassDocumentConfigurationSourceTest.getPropertyWhenNoSendMailConfigClassXObject | 1PASS | ||
0.31699347
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31699347
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31699347
|
org.xwiki.filter.xar.XARInputFilterStreamTest.testSkipLastSpaceorg.xwiki.filter.xar.XARInputFilterStreamTest.testSkipLastSpace | 1PASS | ||
0.31699347
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31699347
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31699347
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31699347
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.3137255
|
com.xpn.xwiki.plugin.packaging.ImportTest.testImportExtensioncom.xpn.xwiki.plugin.packaging.ImportTest.testImportExtension | 1PASS | ||
0.3137255
|
org.xwiki.extension.xar.internal.job.RepairXarJobTest.testRepairOnRootorg.xwiki.extension.xar.internal.job.RepairXarJobTest.testRepairOnRoot | 1PASS | ||
0.3137255
|
org.xwiki.extension.xar.internal.job.RepairXarJobTest.testRepairOnWikiorg.xwiki.extension.xar.internal.job.RepairXarJobTest.testRepairOnWiki | 1PASS | ||
0.3137255
|
org.xwiki.extension.xar.internal.job.RepairXarJobTest.testRepairInvalidOnRootorg.xwiki.extension.xar.internal.job.RepairXarJobTest.testRepairInvalidOnRoot | 1PASS | ||
0.3137255
|
com.xpn.xwiki.doc.XWikiDocumentTest.testRenamecom.xpn.xwiki.doc.XWikiDocumentTest.testRename | 1PASS | ||
0.3137255
|
com.xpn.xwiki.internal.observation.remote.converter.DocumentEventConverterTest.testConvertWithOriginalDocNullcom.xpn.xwiki.internal.observation.remote.converter.DocumentEventConverterTest.testConvertWithOriginalDocNull | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.UpgradePlanJobTest.testUpgradePlanWithDependencyOnRootorg.xwiki.extension.job.internal.UpgradePlanJobTest.testUpgradePlanWithDependencyOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.UpgradePlanJobTest.testUpgradePlanWithDependencyOnNamespaceorg.xwiki.extension.job.internal.UpgradePlanJobTest.testUpgradePlanWithDependencyOnNamespace | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallJobTest.testInstallRemoteWithMissingDependencyorg.xwiki.extension.job.internal.InstallJobTest.testInstallRemoteWithMissingDependency | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.UpgradePlanJobTest.testUpgradePlanOnNamespaceWithExtensionOnRootorg.xwiki.extension.job.internal.UpgradePlanJobTest.testUpgradePlanOnNamespaceWithExtensionOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallJobTest.testUpgradeFirstOnRootorg.xwiki.extension.job.internal.InstallJobTest.testUpgradeFirstOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testReInstalledWithMissingDependencyorg.xwiki.extension.job.internal.InstallPlanJobTest.testReInstalledWithMissingDependency | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithUnsupportedTypeorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithUnsupportedType | 1PASS | ||
0.31045753
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithCoreExtensionFeatureorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithCoreExtensionFeature | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithHigherCoreDependencyFeatureorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithHigherCoreDependencyFeature | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithSimpleRemoteExtensionOnRootorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithSimpleRemoteExtensionOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJobTest.runInternalWithExceptionorg.xwiki.platform.wiki.creationjob.internal.WikiCreationJobTest.runInternalWithException | 1PASS | ||
0.31045753
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.UpgradePlanJobTest.testUpgradePlanOnRootWithTargetDependencyExtensionorg.xwiki.extension.job.internal.UpgradePlanJobTest.testUpgradePlanOnRootWithTargetDependencyExtension | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.UninstallJobTest.testUninstallTwiceorg.xwiki.extension.job.internal.UninstallJobTest.testUninstallTwice | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallJobTest.testInstallOnNamespaceThenUpgradeOnRootorg.xwiki.extension.job.internal.InstallJobTest.testInstallOnNamespaceThenUpgradeOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.wysiwyg.server.internal.plugin.macro.XWikiMacroServiceTest.getMacroDescriptororg.xwiki.wysiwyg.server.internal.plugin.macro.XWikiMacroServiceTest.getMacroDescriptor | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallJobTest.testReplaceDependencyWithFeatureorg.xwiki.extension.job.internal.InstallJobTest.testReplaceDependencyWithFeature | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.UninstallJobTest.testUninstallorg.xwiki.extension.job.internal.UninstallJobTest.testUninstall | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallWithManagedTransitiveDependencyorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallWithManagedTransitiveDependency | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testForbiddenInstallLowerVersionOfDependencyOnRootorg.xwiki.extension.job.internal.InstallPlanJobTest.testForbiddenInstallLowerVersionOfDependencyOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallJobTest.testInstallOnNamespaceThenOnRootWithLowerDependencyorg.xwiki.extension.job.internal.InstallJobTest.testInstallOnNamespaceThenOnRootWithLowerDependency | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testForbiddenInstallNameSpaceExtensionWithIncompatibleRootDependencyorg.xwiki.extension.job.internal.InstallPlanJobTest.testForbiddenInstallNameSpaceExtensionWithIncompatibleRootDependency | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithFeatureAsCoreExtensionFeatureorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithFeatureAsCoreExtensionFeature | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.UninstallJobTest.testUninstallFromAllNamespacesorg.xwiki.extension.job.internal.UninstallJobTest.testUninstallFromAllNamespaces | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithCoreExtensionorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithCoreExtension | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testUpgradeExtensionOnNamespaceWithDependencyAllowedOnRootOnlyorg.xwiki.extension.job.internal.InstallPlanJobTest.testUpgradeExtensionOnNamespaceWithDependencyAllowedOnRootOnly | 1PASS | ||
0.31045753
|
org.xwiki.platform.wiki.creationjob.internal.WikiCreationJobTest.runInternalorg.xwiki.platform.wiki.creationjob.internal.WikiCreationJobTest.runInternal | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testForbiddenInstallExtensionOnIncompatibleNamespaceorg.xwiki.extension.job.internal.InstallPlanJobTest.testForbiddenInstallExtensionOnIncompatibleNamespace | 1PASS | ||
0.31045753
|
org.xwiki.resource.internal.entity.DefaultEntityResourceActionListerTest.listActionsorg.xwiki.resource.internal.entity.DefaultEntityResourceActionListerTest.listActions | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithUpgradeFeatureWithDifferentVersionorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithUpgradeFeatureWithDifferentVersion | 1PASS | ||
0.31045753
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testForbiddenInstallNameSpaceExtensionWithExistingRootExtensionorg.xwiki.extension.job.internal.InstallPlanJobTest.testForbiddenInstallNameSpaceExtensionWithExistingRootExtension | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallOnNamespaceThenOnRootorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallOnNamespaceThenOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallNameSpaceExtensionWithExistingRootExtensionorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallNameSpaceExtensionWithExistingRootExtension | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithLowerCoreDependencyFeatureorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithLowerCoreDependencyFeature | 1PASS | ||
0.31045753
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithUpgradeOnRootorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithUpgradeOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithCoreDependencyOnRootorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithCoreDependencyOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31045753
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31045753
|
org.xwiki.component.ProviderTest.loadAndInjectProviderWhenExceptionInInitializeorg.xwiki.component.ProviderTest.loadAndInjectProviderWhenExceptionInInitialize | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallOnNamespaceThenUnpgradeOnRootorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallOnNamespaceThenUnpgradeOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallJobTest.testInstallRemoteOnNamespaceorg.xwiki.extension.job.internal.InstallJobTest.testInstallRemoteOnNamespace | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithUpgradeOnDifferentIdorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithUpgradeOnDifferentId | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.UninstallJobTest.testUninstallFromNamespaceWithBackwarDepencencyorg.xwiki.extension.job.internal.UninstallJobTest.testUninstallFromNamespaceWithBackwarDepencency | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallWithManagedDependencyorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallWithManagedDependency | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.UninstallJobTest.testUninstallFromNamespaceorg.xwiki.extension.job.internal.UninstallJobTest.testUninstallFromNamespace | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallJobTest.testInstallOnRootorg.xwiki.extension.job.internal.InstallJobTest.testInstallOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallJobTest.testInstallOnNamespaceThenMoveDependencyOnRootorg.xwiki.extension.job.internal.InstallJobTest.testInstallOnNamespaceThenMoveDependencyOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallJobTest.testInstallRemoteOnNamespacesorg.xwiki.extension.job.internal.InstallJobTest.testInstallRemoteOnNamespaces | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithDowngradeOnRootorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithDowngradeOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithRemoteDependencyOnRootorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithRemoteDependencyOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallRemoteWithMissingDependencyorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallRemoteWithMissingDependency | 1PASS | ||
0.31045753
|
org.xwiki.search.solr.internal.metadata.DocumentSolrMetadataExtractorTest.getSimpleDocumentorg.xwiki.search.solr.internal.metadata.DocumentSolrMetadataExtractorTest.getSimpleDocument | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallNameSpaceExtensionWithDependencyAllowedOnRootOnlyorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallNameSpaceExtensionWithDependencyAllowedOnRootOnly | 1PASS | ||
0.31045753
|
org.xwiki.extension.jar.JarExtensionHandlerTest.testUninstallInvalidExtensionFromNamespaceorg.xwiki.extension.jar.JarExtensionHandlerTest.testUninstallInvalidExtensionFromNamespace | 1PASS | ||
0.31045753
|
org.xwiki.filter.test.integration.FilterTest.executeorg.xwiki.filter.test.integration.FilterTest.execute | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.UpgradePlanJobTest.testUpgradePlanOnRootorg.xwiki.extension.job.internal.UpgradePlanJobTest.testUpgradePlanOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallWithOverwrittenManagedDependencyorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallWithOverwrittenManagedDependency | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.UninstallJobTest.testUninstallWithBackwarDepencencyorg.xwiki.extension.job.internal.UninstallJobTest.testUninstallWithBackwarDepencency | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithFeatureAsCoreExtensionorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithFeatureAsCoreExtension | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithInstalledDependencyOnRootorg.xwiki.extension.job.internal.InstallPlanJobTest.testInstallPlanWithInstalledDependencyOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallJobTest.testInstallOnNamespaceThenOnRootorg.xwiki.extension.job.internal.InstallJobTest.testInstallOnNamespaceThenOnRoot | 1PASS | ||
0.31045753
|
org.xwiki.extension.job.internal.InstallJobTest.testDowngradeFirstOnRootorg.xwiki.extension.job.internal.InstallJobTest.testDowngradeFirstOnRoot | 1PASS | ||
0.30718955
|
com.xpn.xwiki.plugin.packaging.ImportTest.testImportTranslationsOverwritecom.xpn.xwiki.plugin.packaging.ImportTest.testImportTranslationsOverwrite | 1PASS | ||
0.30718955
|
com.xpn.xwiki.web.XWikiMessageToolBridgeTest.fallackOnParentLocalecom.xpn.xwiki.web.XWikiMessageToolBridgeTest.fallackOnParentLocale | 1PASS | ||
0.30718955
|
org.xwiki.component.internal.ContextComponentManagerTest.testCreateDocumentComponentManagerorg.xwiki.component.internal.ContextComponentManagerTest.testCreateDocumentComponentManager | 1PASS | ||
0.30718955
|
com.xpn.xwiki.web.XWikiMessageToolBridgeTest.getTranslationWithParameterscom.xpn.xwiki.web.XWikiMessageToolBridgeTest.getTranslationWithParameters | 1PASS | ||
0.30718955
|
com.xpn.xwiki.plugin.packaging.ImportTest.testImportDocumentXarCreatedByCommonsCompresscom.xpn.xwiki.plugin.packaging.ImportTest.testImportDocumentXarCreatedByCommonsCompress | 1PASS | ||
0.30718955
|
com.xpn.xwiki.web.XWikiMessageToolBridgeTest.fallbackOnResourcecom.xpn.xwiki.web.XWikiMessageToolBridgeTest.fallbackOnResource | 1PASS | ||
0.30718955
|
com.xpn.xwiki.web.XWikiMessageToolBridgeTest.getResourceTranslationcom.xpn.xwiki.web.XWikiMessageToolBridgeTest.getResourceTranslation | 1PASS | ||
0.30718955
|
com.xpn.xwiki.web.XWikiMessageToolBridgeTest.updateWikiPreferencesCachecom.xpn.xwiki.web.XWikiMessageToolBridgeTest.updateWikiPreferencesCache | 1PASS | ||
0.30718955
|
com.xpn.xwiki.web.XWikiMessageToolBridgeTest.getWikiTranslationcom.xpn.xwiki.web.XWikiMessageToolBridgeTest.getWikiTranslation | 1PASS | ||
0.30718955
|
com.xpn.xwiki.plugin.packaging.ImportTest.testImportDocumentNonAsciiTitlecom.xpn.xwiki.plugin.packaging.ImportTest.testImportDocumentNonAsciiTitle | 1PASS | ||
0.30718955
|
com.xpn.xwiki.plugin.packaging.ImportTest.testImportDocumentcom.xpn.xwiki.plugin.packaging.ImportTest.testImportDocument | 1PASS | ||
0.30718955
|
com.xpn.xwiki.web.XWikiMessageToolBridgeTest.updateWikiTranslationCachecom.xpn.xwiki.web.XWikiMessageToolBridgeTest.updateWikiTranslationCache | 1PASS | ||
0.30718955
|
com.xpn.xwiki.web.XWikiMessageToolBridgeTest.getEmptyWikiTranslationcom.xpn.xwiki.web.XWikiMessageToolBridgeTest.getEmptyWikiTranslation | 1PASS | ||
0.30718955
|
org.xwiki.mail.internal.factory.usersandgroups.UsersAndGroupsMimeMessageFactoryTest.createMessageorg.xwiki.mail.internal.factory.usersandgroups.UsersAndGroupsMimeMessageFactoryTest.createMessage | 1PASS | ||
0.30718955
|
com.xpn.xwiki.plugin.packaging.ImportTest.testImportOverwriteDocumentcom.xpn.xwiki.plugin.packaging.ImportTest.testImportOverwriteDocument | 1PASS | ||
0.30718955
|
com.xpn.xwiki.plugin.packaging.ImportTest.testImportDocumentNonAsciiTitleNonUtf8PlatformEncodingcom.xpn.xwiki.plugin.packaging.ImportTest.testImportDocumentNonAsciiTitleNonUtf8PlatformEncoding | 1PASS | ||
0.30718955
|
com.xpn.xwiki.web.XWikiMessageToolBridgeTest.getTranslatedWikiTranslationcom.xpn.xwiki.web.XWikiMessageToolBridgeTest.getTranslatedWikiTranslation | 1PASS | ||
0.30392158
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnNamespaceThenOnRootorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnNamespaceThenOnRoot | 1PASS | ||
0.30392158
|
com.xpn.xwiki.internal.filter.output.DocumentInstanceOutputFilterStreamTest.testDocumentwithnumberversioncom.xpn.xwiki.internal.filter.output.DocumentInstanceOutputFilterStreamTest.testDocumentwithnumberversion | 1PASS | ||
0.30392158
|
com.xpn.xwiki.internal.filter.output.DocumentInstanceOutputFilterStreamTest.testImportDocumentsWithoutLocaleAndRevisioncom.xpn.xwiki.internal.filter.output.DocumentInstanceOutputFilterStreamTest.testImportDocumentsWithoutLocaleAndRevision | 1PASS | ||
0.30392158
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnNamespaceThenUpgradeOnRootorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnNamespaceThenUpgradeOnRoot | 1PASS | ||
0.30392158
|
org.xwiki.security.authorization.internal.XWikiRightServiceTest.testWikiOwnerFromAnotherWikiorg.xwiki.security.authorization.internal.XWikiRightServiceTest.testWikiOwnerFromAnotherWiki | 1PASS | ||
0.30392158
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testDowngradeOnWikiorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testDowngradeOnWiki | 1PASS | ||
0.30392158
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallFromWikiorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallFromWiki | 1PASS | ||
0.30392158
|
org.xwiki.rendering.macro.groovy.SecurityTest.testExecutionWhenSecureCustomizerWithScriptRightsAndNoProgrammingRightsorg.xwiki.rendering.macro.groovy.SecurityTest.testExecutionWhenSecureCustomizerWithScriptRightsAndNoProgrammingRights | 1PASS | ||
0.30392158
|
org.xwiki.rendering.macro.groovy.SecurityTest.testExecutionWhenNoSecureCustomizerAndExecutionRestrictedAndProgrammingRightsorg.xwiki.rendering.macro.groovy.SecurityTest.testExecutionWhenNoSecureCustomizerAndExecutionRestrictedAndProgrammingRights | 1PASS | ||
0.30392158
|
com.xpn.xwiki.internal.filter.output.DocumentInstanceOutputFilterStreamTest.testDocumentwithunexistingobjectpropertycom.xpn.xwiki.internal.filter.output.DocumentInstanceOutputFilterStreamTest.testDocumentwithunexistingobjectproperty | 1PASS | ||
0.30392158
|
org.xwiki.security.authorization.internal.XWikiRightServiceTest.testUserFromAnotherWiki2org.xwiki.security.authorization.internal.XWikiRightServiceTest.testUserFromAnotherWiki2 | 1PASS | ||
0.30392158
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testCreateNewWikiorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testCreateNewWiki | 1PASS | ||
0.30392158
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallOnRootWithoutAdminRightsorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallOnRootWithoutAdminRights | 1PASS | ||
0.30392158
|
org.xwiki.filter.instance.internal.output.ExtensionInstanceOutputFilterStreamTest.testImportExtensionIdWithoutNamespaceorg.xwiki.filter.instance.internal.output.ExtensionInstanceOutputFilterStreamTest.testImportExtensionIdWithoutNamespace | 1PASS | ||
0.30392158
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallExtensionWithCommonDocumentOnWikiorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallExtensionWithCommonDocumentOnWiki | 1PASS | ||
0.30392158
|
org.xwiki.security.authorization.internal.XWikiRightServiceTest.testGroupFromAnotherWiki1org.xwiki.security.authorization.internal.XWikiRightServiceTest.testGroupFromAnotherWiki1 | 1PASS | ||
0.30392158
|
org.xwiki.rendering.macro.groovy.SecurityTest.testExecutionWhenNoSecureCustomizerAndProgrammingRightsorg.xwiki.rendering.macro.groovy.SecurityTest.testExecutionWhenNoSecureCustomizerAndProgrammingRights | 1PASS | ||
0.30392158
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallOnWikiWithoutAdminRightsorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallOnWikiWithoutAdminRights | 1PASS | ||
0.30392158
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallExtensionWithCommonDocumentOnRootAndWikiorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallExtensionWithCommonDocumentOnRootAndWiki | 1PASS | ||
0.30392158
|
org.xwiki.security.authorization.internal.XWikiRightServiceTest.testGlobalGroupInLocalGrouporg.xwiki.security.authorization.internal.XWikiRightServiceTest.testGlobalGroupInLocalGroup | 1PASS | ||
0.30392158
|
org.xwiki.security.authorization.internal.XWikiRightServiceTest.testProgrammingRightsWhenCustomSecureDocIsSetorg.xwiki.security.authorization.internal.XWikiRightServiceTest.testProgrammingRightsWhenCustomSecureDocIsSet | 1PASS | ||
0.30392158
|
org.xwiki.security.authorization.internal.XWikiRightServiceTest.testGuestRightsOnEmptyWikiorg.xwiki.security.authorization.internal.XWikiRightServiceTest.testGuestRightsOnEmptyWiki | 1PASS | ||
0.30392158
|
com.xpn.xwiki.internal.filter.input.DocumentInstanceInputFilterStreamTest.testImportDocumentsPreserveVersioncom.xpn.xwiki.internal.filter.input.DocumentInstanceInputFilterStreamTest.testImportDocumentsPreserveVersion | 1PASS | ||
0.30392158
|
org.xwiki.filter.instance.internal.output.ExtensionInstanceOutputFilterStreamTest.testImportExtensionIdorg.xwiki.filter.instance.internal.output.ExtensionInstanceOutputFilterStreamTest.testImportExtensionId | 1PASS | ||
0.30392158
|
org.xwiki.security.authorization.internal.XWikiRightServiceTest.testGlobalUserInLocalGrouporg.xwiki.security.authorization.internal.XWikiRightServiceTest.testGlobalUserInLocalGroup | 1PASS | ||
0.30392158
|
com.xpn.xwiki.internal.filter.output.DocumentInstanceOutputFilterStreamTest.testDocumentwithoutauthorandcreatorcom.xpn.xwiki.internal.filter.output.DocumentInstanceOutputFilterStreamTest.testDocumentwithoutauthorandcreator | 1PASS | ||
0.30392158
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnRootorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnRoot | 1PASS | ||
0.30392158
|
org.xwiki.security.authorization.internal.XWikiRightServiceTest.testProgrammingRightsWhenNoContextDocumentIsSetorg.xwiki.security.authorization.internal.XWikiRightServiceTest.testProgrammingRightsWhenNoContextDocumentIsSet | 1PASS | ||
0.30392158
|
org.xwiki.security.authorization.internal.XWikiRightServiceTest.testUserFromAnotherWiki1org.xwiki.security.authorization.internal.XWikiRightServiceTest.testUserFromAnotherWiki1 | 1PASS | ||
0.30392158
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnWikiWithoutAuthororg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnWikiWithoutAuthor | 1PASS | ||
0.30392158
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUpgradeOnRootorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUpgradeOnRoot | 1PASS | ||
0.30392158
|
org.xwiki.rendering.macro.groovy.SecurityTest.testExecutionWhenSecureCustomizerWithNoScriptRightsAndProgrammingRightsorg.xwiki.rendering.macro.groovy.SecurityTest.testExecutionWhenSecureCustomizerWithNoScriptRightsAndProgrammingRights | 1PASS | ||
0.30392158
|
com.xpn.xwiki.internal.filter.output.DocumentInstanceOutputFilterStreamTest.testDocumentwithattachmentwithoutdatecom.xpn.xwiki.internal.filter.output.DocumentInstanceOutputFilterStreamTest.testDocumentwithattachmentwithoutdate | 1PASS | ||
0.30392158
|
com.xpn.xwiki.internal.filter.output.DocumentInstanceOutputFilterStreamTest.testImportDocumentsPreserveVersioncom.xpn.xwiki.internal.filter.output.DocumentInstanceOutputFilterStreamTest.testImportDocumentsPreserveVersion | 1PASS | ||
0.30392158
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUpgradeOnWikiorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUpgradeOnWiki | 1PASS | ||
0.30392158
|
com.xpn.xwiki.internal.filter.output.DocumentInstanceOutputFilterStreamTest.testDocumentwithunknownclasspropertycom.xpn.xwiki.internal.filter.output.DocumentInstanceOutputFilterStreamTest.testDocumentwithunknownclassproperty | 1PASS | ||
0.30392158
|
org.xwiki.security.authorization.internal.XWikiRightServiceTest.testRelativeDocumentReferenceorg.xwiki.security.authorization.internal.XWikiRightServiceTest.testRelativeDocumentReference | 1PASS | ||
0.30392158
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallExtensionWithCommonDocumentOnWikiAndRootorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallExtensionWithCommonDocumentOnWikiAndRoot | 1PASS | ||
0.3006536
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.3006536
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.3006536
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.3006536
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.3006536
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.3006536
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.3006536
|
org.xwiki.rendering.internal.macro.DefaultMacroManagerTest.testGetInvalidMacroorg.xwiki.rendering.internal.macro.DefaultMacroManagerTest.testGetInvalidMacro | 1PASS | ||
0.3006536
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.3006536
|
org.xwiki.component.embed.EmbeddableComponentManagerTest.testReleaseorg.xwiki.component.embed.EmbeddableComponentManagerTest.testRelease | 1PASS | ||
0.3006536
|
org.xwiki.groovy.internal.SecureGroovyCompilationCustomizerTest.executeWithSecureCustomizerWhenNoProgrammingRightsorg.xwiki.groovy.internal.SecureGroovyCompilationCustomizerTest.executeWithSecureCustomizerWhenNoProgrammingRights | 1PASS | ||
0.3006536
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.3006536
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.3006536
|
com.xpn.xwiki.XWikiTest.testValidationKeyStoragecom.xpn.xwiki.XWikiTest.testValidationKeyStorage | 1PASS | ||
0.3006536
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.3006536
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.3006536
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.3006536
|
org.xwiki.groovy.internal.SecureGroovyCompilationCustomizerTest.executeWithSecureCustomizerWhenProgrammingRightsorg.xwiki.groovy.internal.SecureGroovyCompilationCustomizerTest.executeWithSecureCustomizerWhenProgrammingRights | 1PASS | ||
0.3006536
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.3006536
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29738563
|
org.xwiki.extension.script.ExtensionManagerScriptServiceTest.testInstallOnNamespaceWithoutProgrammingRigthsorg.xwiki.extension.script.ExtensionManagerScriptServiceTest.testInstallOnNamespaceWithoutProgrammingRigths | 1PASS | ||
0.29738563
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnUnsupportedNamespaceorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnUnsupportedNamespace | 1PASS | ||
0.29738563
|
org.xwiki.extension.script.ExtensionManagerScriptServiceTest.testInstallOnNamespaceorg.xwiki.extension.script.ExtensionManagerScriptServiceTest.testInstallOnNamespace | 1PASS | ||
0.29738563
|
org.xwiki.localization.script.LocalizationScriptServiceTest.renderWithSyntaxorg.xwiki.localization.script.LocalizationScriptServiceTest.renderWithSyntax | 1PASS | ||
0.29738563
|
org.xwiki.extension.script.ExtensionManagerScriptServiceTest.testUninstallOnRootWithoutProgrammingRigthsorg.xwiki.extension.script.ExtensionManagerScriptServiceTest.testUninstallOnRootWithoutProgrammingRigths | 1PASS | ||
0.29738563
|
org.xwiki.extension.script.ExtensionManagerScriptServiceTest.testUninstallFromRootorg.xwiki.extension.script.ExtensionManagerScriptServiceTest.testUninstallFromRoot | 1PASS | ||
0.29738563
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnWikiWithoutAdminRightsorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnWikiWithoutAdminRights | 1PASS | ||
0.29738563
|
org.xwiki.extension.script.ExtensionManagerScriptServiceTest.testUninstallOnNamespaceWithoutProgrammingRigthsorg.xwiki.extension.script.ExtensionManagerScriptServiceTest.testUninstallOnNamespaceWithoutProgrammingRigths | 1PASS | ||
0.29738563
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnRootWithoutAdminRightsorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testInstallOnRootWithoutAdminRights | 1PASS | ||
0.29738563
|
org.xwiki.localization.script.LocalizationScriptServiceTest.renderWithSyntaxAndParametersorg.xwiki.localization.script.LocalizationScriptServiceTest.renderWithSyntaxAndParameters | 1PASS | ||
0.29738563
|
org.xwiki.extension.script.ExtensionManagerScriptServiceTest.testOverwriteAllowedNamespacesorg.xwiki.extension.script.ExtensionManagerScriptServiceTest.testOverwriteAllowedNamespaces | 1PASS | ||
0.29738563
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.29738563
|
org.xwiki.extension.script.ExtensionManagerScriptServiceTest.testUninstallOnNamespaceorg.xwiki.extension.script.ExtensionManagerScriptServiceTest.testUninstallOnNamespace | 1PASS | ||
0.29738563
|
org.xwiki.groovy.internal.TimedInterruptGroovyCompilationCustomizerTest.executeWithTimedInterruptCustomizerorg.xwiki.groovy.internal.TimedInterruptGroovyCompilationCustomizerTest.executeWithTimedInterruptCustomizer | 1PASS | ||
0.29738563
|
org.xwiki.extension.script.ExtensionManagerScriptServiceTest.testInstallOnRootorg.xwiki.extension.script.ExtensionManagerScriptServiceTest.testInstallOnRoot | 1PASS | ||
0.29738563
|
org.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallExtensionWithCommonDocumentOnRootorg.xwiki.extension.xar.internal.handler.XarExtensionHandlerTest.testUninstallExtensionWithCommonDocumentOnRoot | 1PASS | ||
0.29738563
|
org.xwiki.localization.script.LocalizationScriptServiceTest.renderorg.xwiki.localization.script.LocalizationScriptServiceTest.render | 1PASS | ||
0.29738563
|
org.xwiki.extension.script.ExtensionManagerScriptServiceTest.testInstallOnRootWithoutProgrammingRigthsorg.xwiki.extension.script.ExtensionManagerScriptServiceTest.testInstallOnRootWithoutProgrammingRigths | 1PASS | ||
0.29738563
|
org.xwiki.localization.script.LocalizationScriptServiceTest.renderWithParametersorg.xwiki.localization.script.LocalizationScriptServiceTest.renderWithParameters | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.vfs.internal.CascadingVfsPermissionCheckerTest.checkPermissionWhenNoSpecificSchemeCheckerAndAllowedorg.xwiki.vfs.internal.CascadingVfsPermissionCheckerTest.checkPermissionWhenNoSpecificSchemeCheckerAndAllowed | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.vfs.internal.CascadingVfsPermissionCheckerTest.checkPermissionWhenNoSpecificSchemeCheckerAndNotAllowedorg.xwiki.vfs.internal.CascadingVfsPermissionCheckerTest.checkPermissionWhenNoSpecificSchemeCheckerAndNotAllowed | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTML | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotationsorg.xwiki.annotation.renderer.AnnotationXHTMLRendererTest.getAnnotatedHTMLWithoutAnnotations | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.29411766
|
org.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdateorg.xwiki.annotation.maintainer.AnnotationMaintainerTest.testUpdate | 1PASS | ||
0.2908497
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.2908497
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.2908497
|
org.xwiki.rendering.script.RenderingScriptServiceTest.parseAndRenderWhenErrorInRenderorg.xwiki.rendering.script.RenderingScriptServiceTest.parseAndRenderWhenErrorInRender | 1PASS | ||
0.2908497
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.2908497
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.2908497
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.2908497
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.2908497
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.2908497
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.2908497
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.2908497
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.2908497
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.2908497
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS | ||
0.2908497
|
org.xwiki.rendering.test.integration.RenderingTest.executeorg.xwiki.rendering.test.integration.RenderingTest.execute | 1PASS |