view gwt-client/src/test/java/test/uinfo/UinfoRunnerCreatorHelper.java @ 9422:e567fac95e3d

uinfo salix no scenario jUnit test
author gernotbelger
date Fri, 17 Aug 2018 11:43:42 +0200
parents
children
line wrap: on
line source
/** Copyright (C) 2017 by Bundesanstalt für Gewässerkunde
 * Software engineering by
 *  Björnsen Beratende Ingenieure GmbH
 *  Dr. Schumacher Ingenieurbüro für Wasser und Umwelt
 *
 * This file is Free Software under the GNU AGPL (>=v3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out the
 * documentation coming with Dive4Elements River for details.
 */
package test.uinfo;

import org.dive4elements.artifacts.httpclient.exceptions.ConnectionException;
import org.dive4elements.river.client.shared.exceptions.ServerException;

import test.AbstractBerechnungsartenTester.River;
import test.IFilenameMapper;

/**
 * @author Domenico Nardi Tironi
 *
 */
final class UinfoRunnerCreatorHelper {

    private UinfoRunnerCreatorHelper() {
        throw new UnsupportedOperationException();
    }

    // HELPER-Methods:

    public static UinfoSalixRunner createUinfoSalixTest(final IFilenameMapper file, final double fromKm, final double toKm, final River river,
            final String scenario) throws ConnectionException, ServerException {

        final UinfoSalixRunner proof = new UinfoSalixRunner(file, fromKm, toKm, river, scenario);
        return proof;
    }

    // TODO Auto-generated method stub

}

http://dive4elements.wald.intevation.org