git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@3 d817d54c-26ab-11de-abc9-2f7d1455ff7a

This commit is contained in:
alexander.a.kuznetsov
2009-04-11 20:33:25 +00:00
parent 63705d7e3b
commit b334960f5d
17 changed files with 113 additions and 161 deletions

View File

@ -1,38 +0,0 @@
package org.apache.lucene;
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 );
}
}

View File

@ -0,0 +1,5 @@
package org.apache.lucene.russian.morphology;
public class RussianSuffixDecoderEncoderTest {
}