Change in ovirt-engine[master]: Allow @Spy annotations in Arquillian tests

Roy Golan has submitted this change and it was merged. Change subject: Allow @Spy annotations in Arquillian tests ...................................................................... Allow @Spy annotations in Arquillian tests Add a spi extension which hooks into the bean creation process and wraps with @Spy annotated fields with a Mockito spy Change-Id: I6b214b806942d6b5212bb262d45eb277aa6dbc44 Signed-off-by: Roman Mohr <rmohr@redhat.com> --- A backend/manager/modules/bll/src/test/java/org/ovirt/engine/arquillian/mockito/SpyAnnotation.java M backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/scheduling/SchedulingManagerTest.java A backend/manager/modules/bll/src/test/resources/META-INF/services/javax.enterprise.inject.spi.Extension 3 files changed, 87 insertions(+), 1 deletion(-) Approvals: Roman Mohr: Verified Jenkins CI: Passed CI tests Roy Golan: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/43957 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6b214b806942d6b5212bb262d45eb277aa6dbc44 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roman Mohr <rmohr@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Liran Zelkha <lzelkha@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Roman Mohr <rmohr@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
rgolan@redhat.com