/* * Copyright © 2015 Yale University and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org.opendaylight.yang.gen.v1.urn.alto.manual.maps.impl.rev151021; import org.junit.Test; import org.opendaylight.alto.basic.impl.AltoManualMapsProvider; import org.opendaylight.controller.sal.binding.api.BindingAwareBroker; public class AltoManualMapsModuleTest { @Test public void testCustomValidation() { //TODO } @Test public void testCreateInstance() throws Exception { //TODO } }