X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fmd%2Fsal%2Fbinding%2Ftest%2Ftests%2FDataBrokerTestModuleTest.java;h=30ea7f82feb907f44299902eca63fe9c7af0142c;hp=20160131bcc2949b5e5d2c1a9119083c515af447;hb=7ea5e81beb0b5d265713e01a14cfa2562ea28c6c;hpb=e0819c56a40458d9eac0ebbbe1d2049f795cfe95 diff --git a/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/test/tests/DataBrokerTestModuleTest.java b/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/test/tests/DataBrokerTestModuleTest.java index 20160131bc..30ea7f82fe 100644 --- a/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/test/tests/DataBrokerTestModuleTest.java +++ b/opendaylight/md-sal/sal-binding-broker/src/test/java/org/opendaylight/controller/md/sal/binding/test/tests/DataBrokerTestModuleTest.java @@ -12,6 +12,11 @@ import static com.google.common.truth.Truth.assertThat; import org.junit.Test; import org.opendaylight.controller.md.sal.binding.test.DataBrokerTestModule; +/** + * Integration tests the DataBrokerTestModule. + * + * @author Michael Vorburger + */ public class DataBrokerTestModuleTest { @Test