BUG-5006: rework SouthboundProviderTest, clean up 55/34755/1
authorStephen Kitt <skitt@redhat.com>
Tue, 16 Feb 2016 11:12:47 +0000 (12:12 +0100)
committerStephen Kitt <skitt@redhat.com>
Tue, 16 Feb 2016 11:18:04 +0000 (12:18 +0100)
commit92af0925d62363e00a057fb2fffedf557c8f1087
tree5e7ccca9fe4b601020faa408630a748cdc2802c2
parent92d8401231b863f1ff534c087bf6ff4844f20917
BUG-5006: rework SouthboundProviderTest, clean up

SouthboundProviderTest doesn't need PowerMock, rework it to drive
everything through public methods and verify data-store side-effects
instead of method invocations.

Clean up a few unneeded exception declarations on close() methods.

Remove the last traces of PowerMock from SouthboundMapperTest.

Change-Id: I9b634680211fa528780b6a8b9edc4153744aba08
Signed-off-by: Stephen Kitt <skitt@redhat.com>
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbConnectionManager.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbDataChangeListener.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/SouthboundProvider.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/SouthboundMapperTest.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/SouthboundProviderTest.java