view src/test/java/org/dive4elements/artifacts/httpclient/ConsoleClientTest.java @ 109:810161c6d1ce 3.1.7

Added tag 3.1.6 for changeset 0d179b90920f
author Tom Gottfried <tom@intevation.de>
date Wed, 17 Sep 2014 19:46:35 +0200
parents 133281653904
children
line wrap: on
line source
/*
 * Copyright (c) 2010 by Intevation GmbH
 *
 * This program is free software under the LGPL (>=v2.1)
 * Read the file LGPL.txt coming with the software for details
 * or visit http://www.gnu.org/licenses/ if it does not exist.
 */
package org.dive4elements.artifacts.httpclient;

import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;

/**
 * Unit test for simple ConsoleClient.
 */
public class ConsoleClientTest
    extends TestCase
{
    /**
     * Create the test case
     *
     * @param testName name of the test case
     */
    public ConsoleClientTest( String testName )
    {
        super( testName );
    }

    /**
     * @return the suite of tests being tested
     */
    public static Test suite()
    {
        return new TestSuite( ConsoleClientTest.class );
    }

    /**
     * Rigourous Test :-)
     */
    public void testConsoleClient()
    {
        assertTrue( true );
    }
}

http://dive4elements.wald.intevation.org