Clean up mdsal-binding-util test 98/90098/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 29 May 2020 16:10:55 +0000 (18:10 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 29 May 2020 16:10:55 +0000 (18:10 +0200)
commit460921abb582accec395df022abfaf67fb405187
tree5cebcc22e82cb8775ea326a0b56f299a76ff5b45
parentf3e35e599df130b900aa407b16c7630339e07499
Clean up mdsal-binding-util test

There is no need to use Truth here, as we can do all we need with
plain JUnit. We actually can do more with assertThrows().

Change-Id: Ifff35e27db7690c052dfc1124c6990faa9f871db
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-util/pom.xml
binding/mdsal-binding-util/src/test/java/org/opendaylight/mdsal/binding/util/DatastoreTest.java