Fix static mocking in TransactUtilsTest 85/80785/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 11 Mar 2019 18:30:46 +0000 (19:30 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 11 Mar 2019 18:31:55 +0000 (19:31 +0100)
commitc22df12594e08d6dc6a74cea12823cce421d9fbe
tree08d7431646e1f834c1043706ec994530794e3dd5
parent11bf6eb39f1e1b68bda7db2148d7706054fe000f
Fix static mocking in TransactUtilsTest

Change static mocks to doReturn().when(...) mocking style, which
allows them to properly work with Mockito 2.

Change-Id: Ie5b2f0223fd67b942a5c77cd56f5ccaa4fa870e1
JIRA: OVSDB-476
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/TransactUtilsTest.java