Bug 5947: added tests for mdsal-binding-api 06/42606/2
authorPeter Nosal <peter.nosal@pantheon.tech>
Wed, 27 Jul 2016 07:39:42 +0000 (09:39 +0200)
committerRobert Varga <nite@hq.sk>
Fri, 29 Jul 2016 12:59:31 +0000 (12:59 +0000)
commit29466fb37f40cf8f633a19a6ce0c4d0c07c5af7e
treed72467b095f1bf3afb510a9d7ea5e2c019bea445
parenta2f121e56d112711c33bf40680e2e460c3a00cb4
Bug 5947: added tests for mdsal-binding-api

Change-Id: Id6f0434eac4982ae91136fe5e2a04d40443df9a0
Signed-off-by: Peter Nosal <peter.nosal@pantheon.tech>
binding/mdsal-binding-api/src/test/java/org/opendaylight/mdsal/binding/api/DataObjectModificationTest.java [new file with mode: 0644]
binding/mdsal-binding-api/src/test/java/org/opendaylight/mdsal/binding/api/DataTreeListeningExceptionTest.java [new file with mode: 0644]
binding/mdsal-binding-api/src/test/java/org/opendaylight/mdsal/binding/api/DataTreeLoopExceptionTest.java [new file with mode: 0644]
binding/mdsal-binding-api/src/test/java/org/opendaylight/mdsal/binding/api/DataTreeProducerBusyExceptionTest.java [new file with mode: 0644]
binding/mdsal-binding-api/src/test/java/org/opendaylight/mdsal/binding/api/DataTreeProducerExceptionTest.java [new file with mode: 0644]
binding/mdsal-binding-api/src/test/java/org/opendaylight/mdsal/binding/api/NotificationRejectedExceptionTest.java [new file with mode: 0644]