AbstractDataBrokerTestTest which actually does something 62/90062/6
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 08:38:08 +0000 (10:38 +0200)
commit4a461d624f03984047b593c823112feac729aceb
tree422008f72d0743bf257b1bfe31e6e7c1c5139f39
parente94d340da0d1b19e506fe2ad7e4e19c79959e241
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>
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