view src/test/java/de/intevation/lada/test/land/QueryTest.java @ 832:59c51da59b30

Refactored test environment. Land tests are using arquillian persistence extension (built on DBUnit).
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 18 Dec 2015 18:01:00 +0100
parents
children cb1cfc8c81ed
line wrap: on
line source
package de.intevation.lada.test.land;

import java.net.URL;
import java.util.List;

import de.intevation.lada.Protocol;

public class QueryTest extends ServiceTest {

    /**
     * @return The test protocol
     */
    public List<Protocol> getProtocol() {
        return protocol;
    }

    @Override
    public void init(
        URL baseUrl,
        List<Protocol> protocol
    ) {
        super.init(baseUrl, protocol);
    }

    public final void execute() {
        getAll("query", "rest/query/probe");
        getAll("query", "rest/query/messprogramm");
    }
}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)