Unit Test Results.

Downloads / Build / Test Results | org.eclipse.e4.core.tests_ep414I-unit-cen64-gtk3-java13_linux.gtk.x86_64_13.xmlDesigned for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1951099.49%3.069
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)Time StampHost
org.eclipse.e4.core.tests195013.0692019-12-10T14:42:21

Package org.eclipse.e4.core.tests

NameTestsErrorsFailuresTime(s)Time StampHost
CoreTestSuite195013.0692019-12-10T14:42:21
Back to top


TestCase CoreTestSuite

NameStatusTypeTime(s)
testContextFunctionSwitchParent_2Success0.001
testGetActiveRATSuccess0.000
testResourcesBundleDifferentLocaleSuccess0.000
testContextFunctionInParentRemoveSuccess0.000
testClassBasedResourceBundleSkipDefaultLocaleForEquinoxRootSuccess0.001
testRunAndTrackParentBecomeNullSuccess0.000
testConstructorInjectionBasicSuccess0.001
testGetCFNotAValueSuccess0.000
testRemoveHiddenVariableSuccess0.001
testInjectionCloseOverrideSuccess0.002
testBug430041Success0.001
testMessagesSuccess0.005
testOptionalReferencesFailureexpected:<1> but was:<0>

java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at org.eclipse.e4.core.internal.tests.di.extensions.ServiceSupplierTestCase.testOptionalReferences(ServiceSupplierTestCase.java:228)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
at org.junit.vintage.engine.execution.RunnerExecutor.execute(RunnerExecutor.java:40)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133)
at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
at org.junit.vintage.engine.VintageTestEngine.executeAllChildren(VintageTestEngine.java:80)
at org.junit.vintage.engine.VintageTestEngine.execute(VintageTestEngine.java:71)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:229)
at org.junit.platform.launcher.core.DefaultLauncher.lambda$execute$6(DefaultLauncher.java:197)
at org.junit.platform.launcher.core.DefaultLauncher.withInterceptedStreams(DefaultLauncher.java:211)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:191)
at org.junit.platform.launcher.core.DefaultLauncher.execute(DefaultLauncher.java:128)
at org.eclipse.test.EclipseTestRunner.runTests(EclipseTestRunner.java:226)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:202)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:53)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.start(CoreTestApplication.java:44)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
at org.eclipse.core.launcher.Main.main(Main.java:44)
0.241
testChangeICFSuccess0.003
testAppendInstalledBundlesSuccess0.391
testInjectBCinExecuteSuccess0.003
testGetLocalSuccess0.001
testInjectWildCardSuccess0.002
testRegisterRunAndTrackTwiceSuccess0.000
testDeclarativeServiceSuccess0.000
testCleanupSuccess0.017
testSetContextVarToSameObjectSuccess0.001
testStaticMakeSuccess0.004
testResourcesBundleUseDefaultLocaleForInvalidLocaleSuccess0.008
testUnInjectSuccess0.023
testInjectSuccess0.001
testCreatableIsCreatedSuccess0.015
testSetHiddenValueToEqualRootObjectSuccess0.000
testWSuccess0.001
testDynamicAddSuccess0.020
testContextFunctionNullBecomeParentSuccess0.000
testAddRemoveSuccess0.000
testBug430041Success0.005
testClassGenericInjectionSuccess0.001
testInjectionSuccess0.001
testConstructorInjectionSuccess0.002
testPrimitiveTypesSuccess0.004
testUSuccess0.002
testSelfInjectSuccess0.001
testCreateSectionFilterSuccess0.013
testRemoveValueComputationOnDisposeSuccess0.000
testCallMethodsWithMissingAnnotationNoExecutionSuccess0.000
testPreDestroySuccess0.001
testNamedInjectionSuccess0.000
testPostConstructSuccess0.001
testContextFunctionOrderingSuccess0.000
testClassBasedResourceBundleDifferentLocaleSuccess0.000
testBundleMessagesSkipDefaultLocaleForEquinoxRootSuccess0.001
testSetHiddenValueToObjectEqualToChildSuccess0.001
testPreferencesQualifierSuccess0.017
testInterfaceGenericInjectionSuccess0.001
testContextDisposedNoArgSuccess0.001
testClassBasedResourceBundleSuccess0.006
testRemoveContextVarSuccess0.000
testContextActivationSuccess0.006
testNestedSuccess0.001
testFieldMethodOrderSuccess0.001
testInvokationSuccess0.000
testOptionalReferencesSuccess0.504
testOverrideICFSuccess0.001
testReplaceFunctionWithStaticValueSuccess0.000
testMessagesSkipDefaultLocaleForEquinoxRootSuccess0.000
testContextFunctionInParentAddSuccess0.001
testBaseTypeConversionSuccess0.041
testStaticFilterSuccess0.001
testGetActiveRATNumberOfCallsSuccess0.001
testSpecialMethodOnFailureSuccess0.004
testMessagesDifferentLocaleSuccess0.001
testOptionalInvokeSuccess0.000
testUpdateSameParentCalculatedSuccess0.001
testPreferencesQualifierSuccess0.065
testLongChainSuccess0.002
testResourcesBundleSkipDefaultLocaleForEquinoxRootSuccess0.001
testGetActiveBug384425Success0.000
testInjectionSuccess0.001
testRecursiveServiceRemovalSuccess0.002
testActiveChainSuccess0.001
testYSuccess0.001
testContextDisposeCausesCompleteUninjection_Mandatory_FalseSuccess0.002
testResourcesBundleSuccess0.002
testRunAndTrackNullBecomesParentSuccess0.000
testContextDisposeCausesCompleteUninjection_Optional_TrueSuccess0.001
testInjectionSuccess0.002
testInjectedWithContextSuccess0.001
testBug315109Success0.002
testBug398728Success0.106
testNullInheritanceSuccess0.001
testStaticInjectSuccess0.001
testSetContextVarToEqualObjectSuccess0.001
testExtraDependenciesSuccess0.002
testSimpleMessagesDifferentLocaleSuccess0.008
testRunAndTrackComplexSuccess0.003
testUpdateSameParentSuccess0.001
testContextFunctionInParentSuccess0.000
testGetActiveRATNumberOfCalls2Success0.000
testDisposeParentFirstSuccess0.000
testDynamicAddRemoveSuccess0.002
testInjectSuccess0.000
testStaticInvokeSuccess0.001
testAppendInstalledFeaturesSuccess0.014
testSimpleMessagesUseDefaultLocaleForInvalidLocaleSuccess0.004
testNonCreatableInstancesAreUsedFromContextSuccess0.002
testVSuccess0.000
testInjectTypeSuccess0.001
testSystemEnvironmentVariablesSuccess0.010
testInheritedSpecialMethodsSuccess0.001
testNestedUpdatesPostConstructSuccess0.002
testGetSuccess0.000
testInjectionFromParentSuccess0.002
testGetActiveSuccess0.000
testBundleInjectSuccess0.021
testMakeSuccess0.001
testGenericInjectionSuccess0.002
testStaticInvokeSuccess0.001
testRunAndTrackSwitchParentSuccess0.000
testInvokeSuccess0.001
testEventInjectionSuccess0.013
testBundleMessagesUseDefaultLocaleForInvalidLocaleSuccess0.021
testSetHiddenValueToChildObjectSuccess0.000
testEventInjectionUnsubscribeSuccess0.238
testMessagesUseDefaultLocaleForInvalidLocaleSuccess0.001
testDisposeRemovesParentReferenceSuccess0.000
testLeaksSuccess0.312
testSimpleMessagesSkipDefaultLocaleForEquinoxRootSuccess0.005
testBugSuccess0.001
testRunAndTrackMultipleValuesSuccess0.000
testAutoConversionSuccess0.006
testContextSetZeroArgsSuccess0.001
testParentContextDisposalSuccess0.001
testGetCFNotAValueToParentSuccess0.000
testXSuccess0.000
testInjectionSuccess0.000
testInjectSwitchParentSameGrandparentSuccess0.000
testPropagationSuccess0.005
testContextDisposeCausesCompleteUninjection_Optional_FalseSuccess0.002
testArrayInjectionSuccess0.002
testSupplierOrderingSuccess0.001
testMaskPasswordSuccess0.006
testBug468048_injectionSuccess0.002
testContextFunctionSwitchParentSuccess0.000
testBug468048_contextFunctionSuccess0.001
testGroupingSuccess0.004
testSystemPropertiesSuccess0.007
testInvalidateDirectlySuccess0.000
testSpecialMethodOnFailureSuccess0.001
testServiceContextAsParentSuccess0.000
testSuperclassMethodsSuccess0.001
testClassBasedResourceBundleUseDefaultLocaleForInvalidLocaleSuccess0.005
testInitialInjectSuccess0.001
testNestedUpdatesConstructorSuccess0.003
testModifySuccess0.001
testSetContextVarToOtherObjectSuccess0.001
testContextDisposeCausesCompleteUninjection_Mandatory_TrueSuccess0.001
testConstructorWithProviderSuccess0.006
testPreferencesConstructorSuccess0.007
testActiveChangeSuccess0.001
testNonCreatableInstanceAreNotCreatedSuccess0.000
testDisposeContextSuccess0.001
testServiceInjectionSuccess0.002
testSimpleMessagesSuccess0.001
testInjectionFailSuccess0.001
testContextSetOneArgSuccess0.001
testContextFunctionParentBecomeNullSuccess0.000
testCallMethodsWithMissingAnnotationSuccess0.001
testRunAndTrackSuccess0.003
testContainsKeySuccess0.000
testContextSetOneArgSuccess0.001
testBug374421Success0.001
testInjectSwitchParentSuccess0.001
testRunAndTrackSimpleSuccess0.001
testBundleMessagesDifferentLocaleSuccess0.003
testServiceRankingSuccess0.503
testSetHiddenValueToRootObjectSuccess0.001
testServiceExampleSuccess0.004
testInstalledFeaturesSuccess0.004
testInvokationFailSuccess0.001
testInvokeWithProviderSuccess0.002
testInvokeSuccess0.001
testMultilineValueSuccess0.003
testInjectionAndInheritanceSuccess0.002
testOptionalInjectionSuccess0.001
testContextActivationSuccess0.003
testServiceAdditionSuccess0.001
testSetHiddenValueToNullSuccess0.001
testDisposeParentSuccess0.000
testParentAddRemoveSuccess0.001
testNoGroupingSuccess0.002
testServiceRemovalOnContextDisposeSuccess0.003
testSetHiddenValueToDifferentObjectSuccess0.000
testInvokeWithParametersSuccess0.003
testAppendUserPreferencesSuccess0.010
testActivationInjectionSuccess0.004
testDisposeClearsNotifyOnDisposalSetSuccess0.000
testBundleMessagesSuccess0.000
testReleaseObjectSuccess0.002
Properties »

Back to top