Laszlo Hornyak has submitted this change and it was merged.
Change subject: core: CommandAssertUtils
......................................................................
core: CommandAssertUtils
Introduced a new utility class, CommandAssertUtils, which allows using
the assertions in BaseMockitoTest statically instead of having to extend
it.
BaseMockitoTest's functionallity was refactored to call
CommandAssertUtils, but the API was left unchanged, for backwards
compatibility.
Change-Id: I87fd965f937c44f36d943d0e12f0ec052585828e
Signed-off-by: Allon Mureinik <amureini(a)redhat.com>
---
M
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/BaseMockitoTest.java
A
backend/manager/modules/bll/src/test/java/org/ovirt/engine/core/bll/CommandAssertUtils.java
2 files changed, 30 insertions(+), 9 deletions(-)
Approvals:
Laszlo Hornyak: Verified; Looks good to me, approved
Allon Mureinik: Verified
--
To view, visit
http://gerrit.ovirt.org/4763
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I87fd965f937c44f36d943d0e12f0ec052585828e
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhornyak(a)redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkolesni(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>