<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.4</duration><failedSince>0</failedSince><name>testGetAssetByOwner_NoOwner</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.1</duration><failedSince>0</failedSince><name>testGetAssetByOwner_NoOwnerNoType</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.4</duration><failedSince>0</failedSince><name>testGetAssetByOwner_Result</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.5</duration><failedSince>0</failedSince><name>testGetAssetByOwner_ResultDefaultType</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.4</duration><failedSince>0</failedSince><name>testGetAssetByParticipant_NoOwner</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.3</duration><failedSince>0</failedSince><name>testGetAssetByParticipant_NoOwnerNoType</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.6</duration><failedSince>0</failedSince><name>testGetAssetByParticipant_Result</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.5</duration><failedSince>0</failedSince><name>testGetAssetByParticipant_ResultDefaultType</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.12</duration><failedSince>0</failedSince><name>testSearchAssetInEntry_EntriesNoAssetIds</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.6</duration><failedSince>0</failedSince><name>testSearchAssetInEntry_NoEntries</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.4</duration><failedSince>0</failedSince><name>testSearchAssetInEntry_NullParameters</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.5</duration><failedSince>0</failedSince><name>testSearchAssetInEntry_OnlyValue</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.7</duration><failedSince>0</failedSince><name>testSearchAssetInEntry_Result</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.7</duration><failedSince>0</failedSince><name>testSearchAsset_NullParameters</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.4</duration><failedSince>0</failedSince><name>testSearchAsset_OnlyType</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.8</duration><failedSince>0</failedSince><name>testSearchAsset_Result</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.4</duration><failedSince>0</failedSince><name>testSearchAsset_ResultDefaultType</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>1</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.5</duration><errorDetails> No argument value was captured! You might have forgotten to use argument.capture() in verify()... ...or you used capture() in stubbing but stubbed method was not called. Be aware that it is recommended to use capture() only with verify()  Examples of correct argument capturing:     ArgumentCaptor&lt;Person&gt; argument = ArgumentCaptor.forClass(Person.class);     verify(mock).doSomething(argument.capture());     assertEquals("John", argument.getValue().getName()); </errorDetails><errorStackTrace>org.mockito.exceptions.base.MockitoException: 
No argument value was captured!
You might have forgotten to use argument.capture() in verify()...
...or you used capture() in stubbing but stubbed method was not called.
Be aware that it is recommended to use capture() only with verify()

Examples of correct argument capturing:
    ArgumentCaptor&lt;Person&gt; argument = ArgumentCaptor.forClass(Person.class);
    verify(mock).doSomething(argument.capture());
    assertEquals("John", argument.getValue().getName());

 at de.dim.diamant.service.tests.AssetServiceIntegrationTest.testUpdateAsset_NewAsset(AssetServiceIntegrationTest.java:335)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 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.RunBefores.evaluate(RunBefores.java:26)
 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.mockito.internal.runners.JUnit45AndHigherRunnerImpl.run(JUnit45AndHigherRunnerImpl.java:37)
 at org.mockito.runners.MockitoJUnitRunner.run(MockitoJUnitRunner.java:62)
 at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38)
 at junit.framework.TestSuite.runTest(TestSuite.java:252)
 at junit.framework.TestSuite.run(TestSuite.java:247)
 at aQute.junit.Activator.test(Activator.java:340)
 at aQute.junit.Activator.automatic(Activator.java:236)
 at aQute.junit.Activator.run(Activator.java:177)
 at aQute.launcher.Launcher.lambda$serviceChanged$0(Launcher.java:1377)
 at aQute.launcher.Launcher.run(Launcher.java:349)
 at aQute.launcher.Launcher.main(Launcher.java:149)

    </errorStackTrace><failedSince>76</failedSince><name>testUpdateAsset_NewAsset</name><properties></properties><skipped>false</skipped><status>FAILED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.5</duration><failedSince>0</failedSince><name>testUpdateAsset_NoCreatorId</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.8</duration><failedSince>0</failedSince><name>testUpdateAsset_NoDef</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.4</duration><failedSince>0</failedSince><name>testUpdateAsset_Null</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>1</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.8</duration><errorDetails> No argument value was captured! You might have forgotten to use argument.capture() in verify()... ...or you used capture() in stubbing but stubbed method was not called. Be aware that it is recommended to use capture() only with verify()  Examples of correct argument capturing:     ArgumentCaptor&lt;Person&gt; argument = ArgumentCaptor.forClass(Person.class);     verify(mock).doSomething(argument.capture());     assertEquals("John", argument.getValue().getName()); </errorDetails><errorStackTrace>org.mockito.exceptions.base.MockitoException: 
No argument value was captured!
You might have forgotten to use argument.capture() in verify()...
...or you used capture() in stubbing but stubbed method was not called.
Be aware that it is recommended to use capture() only with verify()

Examples of correct argument capturing:
    ArgumentCaptor&lt;Person&gt; argument = ArgumentCaptor.forClass(Person.class);
    verify(mock).doSomething(argument.capture());
    assertEquals("John", argument.getValue().getName());

 at de.dim.diamant.service.tests.AssetServiceIntegrationTest.testUpdateAsset_OtherExistingAsset(AssetServiceIntegrationTest.java:275)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 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.RunBefores.evaluate(RunBefores.java:26)
 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.mockito.internal.runners.JUnit45AndHigherRunnerImpl.run(JUnit45AndHigherRunnerImpl.java:37)
 at org.mockito.runners.MockitoJUnitRunner.run(MockitoJUnitRunner.java:62)
 at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38)
 at junit.framework.TestSuite.runTest(TestSuite.java:252)
 at junit.framework.TestSuite.run(TestSuite.java:247)
 at aQute.junit.Activator.test(Activator.java:340)
 at aQute.junit.Activator.automatic(Activator.java:236)
 at aQute.junit.Activator.run(Activator.java:177)
 at aQute.launcher.Launcher.lambda$serviceChanged$0(Launcher.java:1377)
 at aQute.launcher.Launcher.run(Launcher.java:349)
 at aQute.launcher.Launcher.main(Launcher.java:149)

    </errorStackTrace><failedSince>76</failedSince><name>testUpdateAsset_OtherExistingAsset</name><properties></properties><skipped>false</skipped><status>FAILED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.9</duration><failedSince>0</failedSince><name>testUpdateAsset_SameAsset</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>1</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.9</duration><errorDetails> No argument value was captured! You might have forgotten to use argument.capture() in verify()... ...or you used capture() in stubbing but stubbed method was not called. Be aware that it is recommended to use capture() only with verify()  Examples of correct argument capturing:     ArgumentCaptor&lt;Person&gt; argument = ArgumentCaptor.forClass(Person.class);     verify(mock).doSomething(argument.capture());     assertEquals("John", argument.getValue().getName()); </errorDetails><errorStackTrace>org.mockito.exceptions.base.MockitoException: 
No argument value was captured!
You might have forgotten to use argument.capture() in verify()...
...or you used capture() in stubbing but stubbed method was not called.
Be aware that it is recommended to use capture() only with verify()

Examples of correct argument capturing:
    ArgumentCaptor&lt;Person&gt; argument = ArgumentCaptor.forClass(Person.class);
    verify(mock).doSomething(argument.capture());
    assertEquals("John", argument.getValue().getName());

 at de.dim.diamant.service.tests.AssetServiceIntegrationTest.testUpdateCompareAsset_NewAsset(AssetServiceIntegrationTest.java:216)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 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.RunBefores.evaluate(RunBefores.java:26)
 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.mockito.internal.runners.JUnit45AndHigherRunnerImpl.run(JUnit45AndHigherRunnerImpl.java:37)
 at org.mockito.runners.MockitoJUnitRunner.run(MockitoJUnitRunner.java:62)
 at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38)
 at junit.framework.TestSuite.runTest(TestSuite.java:252)
 at junit.framework.TestSuite.run(TestSuite.java:247)
 at aQute.junit.Activator.test(Activator.java:340)
 at aQute.junit.Activator.automatic(Activator.java:236)
 at aQute.junit.Activator.run(Activator.java:177)
 at aQute.launcher.Launcher.lambda$serviceChanged$0(Launcher.java:1377)
 at aQute.launcher.Launcher.run(Launcher.java:349)
 at aQute.launcher.Launcher.main(Launcher.java:149)

    </errorStackTrace><failedSince>76</failedSince><name>testUpdateCompareAsset_NewAsset</name><properties></properties><skipped>false</skipped><status>FAILED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.5</duration><failedSince>0</failedSince><name>testUpdateCompareAsset_NoCreatorId</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.3</duration><failedSince>0</failedSince><name>testUpdateCompareAsset_NoDef</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.5</duration><failedSince>0</failedSince><name>testUpdateCompareAsset_Null</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>1</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.6</duration><errorDetails> No argument value was captured! You might have forgotten to use argument.capture() in verify()... ...or you used capture() in stubbing but stubbed method was not called. Be aware that it is recommended to use capture() only with verify()  Examples of correct argument capturing:     ArgumentCaptor&lt;Person&gt; argument = ArgumentCaptor.forClass(Person.class);     verify(mock).doSomething(argument.capture());     assertEquals("John", argument.getValue().getName()); </errorDetails><errorStackTrace>org.mockito.exceptions.base.MockitoException: 
No argument value was captured!
You might have forgotten to use argument.capture() in verify()...
...or you used capture() in stubbing but stubbed method was not called.
Be aware that it is recommended to use capture() only with verify()

Examples of correct argument capturing:
    ArgumentCaptor&lt;Person&gt; argument = ArgumentCaptor.forClass(Person.class);
    verify(mock).doSomething(argument.capture());
    assertEquals("John", argument.getValue().getName());

 at de.dim.diamant.service.tests.AssetServiceIntegrationTest.testUpdateCompareAsset_OtherExistingAsset(AssetServiceIntegrationTest.java:155)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 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.RunBefores.evaluate(RunBefores.java:26)
 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.mockito.internal.runners.JUnit45AndHigherRunnerImpl.run(JUnit45AndHigherRunnerImpl.java:37)
 at org.mockito.runners.MockitoJUnitRunner.run(MockitoJUnitRunner.java:62)
 at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38)
 at junit.framework.TestSuite.runTest(TestSuite.java:252)
 at junit.framework.TestSuite.run(TestSuite.java:247)
 at aQute.junit.Activator.test(Activator.java:340)
 at aQute.junit.Activator.automatic(Activator.java:236)
 at aQute.junit.Activator.run(Activator.java:177)
 at aQute.launcher.Launcher.lambda$serviceChanged$0(Launcher.java:1377)
 at aQute.launcher.Launcher.run(Launcher.java:349)
 at aQute.launcher.Launcher.main(Launcher.java:149)

    </errorStackTrace><failedSince>76</failedSince><name>testUpdateCompareAsset_OtherExistingAsset</name><properties></properties><skipped>false</skipped><status>FAILED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.5</duration><failedSince>0</failedSince><name>testUpdateCompareAsset_SameAsset</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.4</duration><failedSince>0</failedSince><name>testUpdateOwner_NoAssetNullOwnerNullType</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>1</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.6</duration><errorDetails> Wanted but not invoked: eventAdmin.postEvent(&lt;any&gt;); -&gt; at de.dim.diamant.service.tests.AssetServiceIntegrationTest.testUpdateOwner_NoParticipant(AssetServiceIntegrationTest.java:703)  However, there were other interactions with this mock: eventAdmin.sendEvent(     org.osgi.service.event.Event [topic=asset/modification] {type=Asset, new=de.dim.diamant.impl.ProductImpl@22680f52 (id: asset1, inactive: false, creatorId: myCreator, ownerId: test) (description: null, type: CLASS_1, expirationDate: null, lot: null, serialNumber: null, rawUDI: null, articleNumberRef: null, vendor: null), current=de.dim.diamant.impl.ProductImpl@60d84f61 (id: asset1, inactive: false, creatorId: myCreator, ownerId: myCreator) (description: null, type: CLASS_1, expirationDate: null, lot: null, serialNumber: null, rawUDI: null, articleNumberRef: null, vendor: null)} ); -&gt; at de.dim.diamant.service.impl.AssetServiceImpl.sendAssetModification(AssetServiceImpl.java:228)  </errorDetails><errorStackTrace>Wanted but not invoked:
eventAdmin.postEvent(&lt;any&gt;);
-&gt; at de.dim.diamant.service.tests.AssetServiceIntegrationTest.testUpdateOwner_NoParticipant(AssetServiceIntegrationTest.java:703)

However, there were other interactions with this mock:
eventAdmin.sendEvent(
    org.osgi.service.event.Event [topic=asset/modification] {type=Asset, new=de.dim.diamant.impl.ProductImpl@22680f52 (id: asset1, inactive: false, creatorId: myCreator, ownerId: test) (description: null, type: CLASS_1, expirationDate: null, lot: null, serialNumber: null, rawUDI: null, articleNumberRef: null, vendor: null), current=de.dim.diamant.impl.ProductImpl@60d84f61 (id: asset1, inactive: false, creatorId: myCreator, ownerId: myCreator) (description: null, type: CLASS_1, expirationDate: null, lot: null, serialNumber: null, rawUDI: null, articleNumberRef: null, vendor: null)}
);
-&gt; at de.dim.diamant.service.impl.AssetServiceImpl.sendAssetModification(AssetServiceImpl.java:228)


 at de.dim.diamant.service.tests.AssetServiceIntegrationTest.testUpdateOwner_NoParticipant(AssetServiceIntegrationTest.java:703)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 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.RunBefores.evaluate(RunBefores.java:26)
 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.mockito.internal.runners.JUnit45AndHigherRunnerImpl.run(JUnit45AndHigherRunnerImpl.java:37)
 at org.mockito.runners.MockitoJUnitRunner.run(MockitoJUnitRunner.java:62)
 at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38)
 at junit.framework.TestSuite.runTest(TestSuite.java:252)
 at junit.framework.TestSuite.run(TestSuite.java:247)
 at aQute.junit.Activator.test(Activator.java:340)
 at aQute.junit.Activator.automatic(Activator.java:236)
 at aQute.junit.Activator.run(Activator.java:177)
 at aQute.launcher.Launcher.lambda$serviceChanged$0(Launcher.java:1377)
 at aQute.launcher.Launcher.run(Launcher.java:349)
 at aQute.launcher.Launcher.main(Launcher.java:149)

    </errorStackTrace><failedSince>76</failedSince><name>testUpdateOwner_NoParticipant</name><properties></properties><skipped>false</skipped><status>FAILED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.6</duration><failedSince>0</failedSince><name>testUpdateOwner_NullAssetNoOwnerNullType</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.3</duration><failedSince>0</failedSince><name>testUpdateOwner_NullAssetNullOwnerNullType</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.6</duration><failedSince>0</failedSince><name>testUpdateOwner_NullTypeNoAsset</name><properties></properties><skipped>false</skipped><status>PASSED</status><stderr>Nov 16, 2019 5:23:38 PM de.dim.diamant.service.impl.AssetServiceImpl updateOwner
WARNING: [asset1] No asset type was given, taking ASSET as default
Nov 16, 2019 5:23:38 PM de.dim.diamant.service.impl.AssetServiceImpl updateOwner
INFO: [asset1] No asset found for type 'Asset'

    </stderr></child><child><age>1</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.5</duration><errorDetails> Wanted but not invoked: eventAdmin.postEvent(&lt;any&gt;); -&gt; at de.dim.diamant.service.tests.AssetServiceIntegrationTest.testUpdateOwner_NullTypeNoParticipant(AssetServiceIntegrationTest.java:683)  However, there were other interactions with this mock: eventAdmin.sendEvent(     org.osgi.service.event.Event [topic=asset/modification] {type=Asset, new=de.dim.diamant.impl.ProductImpl@38875e7d (id: asset1, inactive: false, creatorId: myCreator, ownerId: test) (description: null, type: CLASS_1, expirationDate: null, lot: null, serialNumber: null, rawUDI: null, articleNumberRef: null, vendor: null), current=de.dim.diamant.impl.ProductImpl@1e886a5b (id: asset1, inactive: false, creatorId: myCreator, ownerId: myCreator) (description: null, type: CLASS_1, expirationDate: null, lot: null, serialNumber: null, rawUDI: null, articleNumberRef: null, vendor: null)} ); -&gt; at de.dim.diamant.service.impl.AssetServiceImpl.sendAssetModification(AssetServiceImpl.java:228)  </errorDetails><errorStackTrace>Wanted but not invoked:
eventAdmin.postEvent(&lt;any&gt;);
-&gt; at de.dim.diamant.service.tests.AssetServiceIntegrationTest.testUpdateOwner_NullTypeNoParticipant(AssetServiceIntegrationTest.java:683)

However, there were other interactions with this mock:
eventAdmin.sendEvent(
    org.osgi.service.event.Event [topic=asset/modification] {type=Asset, new=de.dim.diamant.impl.ProductImpl@38875e7d (id: asset1, inactive: false, creatorId: myCreator, ownerId: test) (description: null, type: CLASS_1, expirationDate: null, lot: null, serialNumber: null, rawUDI: null, articleNumberRef: null, vendor: null), current=de.dim.diamant.impl.ProductImpl@1e886a5b (id: asset1, inactive: false, creatorId: myCreator, ownerId: myCreator) (description: null, type: CLASS_1, expirationDate: null, lot: null, serialNumber: null, rawUDI: null, articleNumberRef: null, vendor: null)}
);
-&gt; at de.dim.diamant.service.impl.AssetServiceImpl.sendAssetModification(AssetServiceImpl.java:228)


 at de.dim.diamant.service.tests.AssetServiceIntegrationTest.testUpdateOwner_NullTypeNoParticipant(AssetServiceIntegrationTest.java:683)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 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.RunBefores.evaluate(RunBefores.java:26)
 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.mockito.internal.runners.JUnit45AndHigherRunnerImpl.run(JUnit45AndHigherRunnerImpl.java:37)
 at org.mockito.runners.MockitoJUnitRunner.run(MockitoJUnitRunner.java:62)
 at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38)
 at junit.framework.TestSuite.runTest(TestSuite.java:252)
 at junit.framework.TestSuite.run(TestSuite.java:247)
 at aQute.junit.Activator.test(Activator.java:340)
 at aQute.junit.Activator.automatic(Activator.java:236)
 at aQute.junit.Activator.run(Activator.java:177)
 at aQute.launcher.Launcher.lambda$serviceChanged$0(Launcher.java:1377)
 at aQute.launcher.Launcher.run(Launcher.java:349)
 at aQute.launcher.Launcher.main(Launcher.java:149)

    </errorStackTrace><failedSince>76</failedSince><name>testUpdateOwner_NullTypeNoParticipant</name><properties></properties><skipped>false</skipped><status>FAILED</status><stderr>Nov 16, 2019 5:23:39 PM de.dim.diamant.service.impl.AssetServiceImpl updateOwner
WARNING: [asset1] No asset type was given, taking ASSET as default

    </stderr></child><child><age>1</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.9</duration><errorDetails> Wanted but not invoked: eventAdmin.postEvent(&lt;any&gt;); -&gt; at de.dim.diamant.service.tests.AssetServiceIntegrationTest.testUpdateOwner_Participant(AssetServiceIntegrationTest.java:723)  However, there were other interactions with this mock: eventAdmin.sendEvent(     org.osgi.service.event.Event [topic=asset/modification] {type=Asset, new=de.dim.diamant.impl.ProductImpl@2c5d601e (id: asset1, inactive: false, creatorId: myCreator, ownerId: test) (description: null, type: CLASS_1, expirationDate: null, lot: null, serialNumber: null, rawUDI: null, articleNumberRef: null, vendor: null), current=de.dim.diamant.impl.ProductImpl@620aa4ea (id: asset1, inactive: false, creatorId: myCreator, ownerId: myCreator) (description: null, type: CLASS_1, expirationDate: null, lot: null, serialNumber: null, rawUDI: null, articleNumberRef: null, vendor: null)} ); -&gt; at de.dim.diamant.service.impl.AssetServiceImpl.sendAssetModification(AssetServiceImpl.java:228)  </errorDetails><errorStackTrace>Wanted but not invoked:
eventAdmin.postEvent(&lt;any&gt;);
-&gt; at de.dim.diamant.service.tests.AssetServiceIntegrationTest.testUpdateOwner_Participant(AssetServiceIntegrationTest.java:723)

However, there were other interactions with this mock:
eventAdmin.sendEvent(
    org.osgi.service.event.Event [topic=asset/modification] {type=Asset, new=de.dim.diamant.impl.ProductImpl@2c5d601e (id: asset1, inactive: false, creatorId: myCreator, ownerId: test) (description: null, type: CLASS_1, expirationDate: null, lot: null, serialNumber: null, rawUDI: null, articleNumberRef: null, vendor: null), current=de.dim.diamant.impl.ProductImpl@620aa4ea (id: asset1, inactive: false, creatorId: myCreator, ownerId: myCreator) (description: null, type: CLASS_1, expirationDate: null, lot: null, serialNumber: null, rawUDI: null, articleNumberRef: null, vendor: null)}
);
-&gt; at de.dim.diamant.service.impl.AssetServiceImpl.sendAssetModification(AssetServiceImpl.java:228)


 at de.dim.diamant.service.tests.AssetServiceIntegrationTest.testUpdateOwner_Participant(AssetServiceIntegrationTest.java:723)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498)
 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.RunBefores.evaluate(RunBefores.java:26)
 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.mockito.internal.runners.JUnit45AndHigherRunnerImpl.run(JUnit45AndHigherRunnerImpl.java:37)
 at org.mockito.runners.MockitoJUnitRunner.run(MockitoJUnitRunner.java:62)
 at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:38)
 at junit.framework.TestSuite.runTest(TestSuite.java:252)
 at junit.framework.TestSuite.run(TestSuite.java:247)
 at aQute.junit.Activator.test(Activator.java:340)
 at aQute.junit.Activator.automatic(Activator.java:236)
 at aQute.junit.Activator.run(Activator.java:177)
 at aQute.launcher.Launcher.lambda$serviceChanged$0(Launcher.java:1377)
 at aQute.launcher.Launcher.run(Launcher.java:349)
 at aQute.launcher.Launcher.main(Launcher.java:149)

    </errorStackTrace><failedSince>76</failedSince><name>testUpdateOwner_Participant</name><properties></properties><skipped>false</skipped><status>FAILED</status><stderr>Nov 16, 2019 5:23:39 PM de.dim.diamant.service.impl.AssetServiceImpl updateOwner
WARNING: [asset1] No asset type was given, taking ASSET as default

    </stderr></child><child><age>0</age><className>de.dim.diamant.service.tests.AssetServiceIntegrationTest</className><duration>0.8</duration><failedSince>0</failedSince><name>testUpdateOwner_ParticipantSameOwner</name><properties></properties><skipped>false</skipped><status>PASSED</status><stderr>Nov 16, 2019 5:23:38 PM de.dim.diamant.service.impl.AssetServiceImpl updateOwner
WARNING: [asset1] No asset type was given, taking ASSET as default

    </stderr></child><failCount>7</failCount><name>AssetServiceIntegrationTest</name><passCount>30</passCount><skipCount>0</skipCount></classResult>