2 * Copyright (c) 2016 Red Hat, Inc. and others. All rights reserved.
4 * This program and the accompanying materials are made available under the
5 * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6 * and is available at http://www.eclipse.org/legal/epl-v10.html
8 package org.opendaylight.controller.md.sal.binding.test.tests;
10 import static com.google.common.truth.Truth.assertThat;
12 import org.junit.Test;
13 import org.opendaylight.controller.md.sal.binding.test.DataBrokerTestModule;
16 * Integration tests the DataBrokerTestModule.
18 * @author Michael Vorburger
20 public class DataBrokerTestModuleTest {
23 public void ensureDataBrokerTestModuleWorksWithoutException() {
24 assertThat(DataBrokerTestModule.dataBroker()).isNotNull();
©2013 OpenDaylight, A Linux Foundation Collaborative Project. All Rights Reserved.
OpenDaylight is a registered trademark of The OpenDaylight Project, Inc.
Linux Foundation and OpenDaylight are registered trademarks of the Linux Foundation.
Linux is a registered trademark of Linus Torvalds.