view src/test/java/jp/ac/u_ryukyu/ie/cr/shoshi/jungle/bbs/AppTest.java @ 0:e7a9b10dd844

added cassandra bulletin board
author Shoshi TAMAKI
date Thu, 07 Feb 2013 00:26:21 +0900
parents
children babb46537b8a
line wrap: on
line source

package jp.ac.u_ryukyu.ie.cr.shoshi.jungle.bbs;

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

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

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

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