AbstractDataBrokerTestTest which actually does something 80/90080/1
authorMichael Vorburger <vorburger@redhat.com>
Wed, 5 Oct 2016 16:22:25 +0000 (18:22 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 29 May 2020 11:59:00 +0000 (13:59 +0200)
commit53c8c9b758936d393940684afe854673e95833cd
tree4c0cd7860fa81b221d848f5a072485ad38d3f356
parent0e5a91c81e8fbd2a2118acba69aa3ba6159806ba
AbstractDataBrokerTestTest which actually does something

Incl. verification that each @Test cleans up after itself.  We had a
suspicion that this didn't work; it turns out that it actually does and
we had another problem somewhere else.  Contributing this test still
seems useful for future non-regression.

JIRA: MDSAL-556
Change-Id: I295ebde45a0c030ab74852788b45203cdf6639e0
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 4a461d624f03984047b593c823112feac729aceb)
binding/mdsal-binding-dom-adapter/src/test/java/org/opendaylight/mdsal/binding/dom/adapter/test/tests/AbstractDataBrokerTestTest.java
binding/mdsal-binding-test-utils/src/test/java/org/opendaylight/mdsal/binding/testutils/DataBrokerTestModuleTest.java