public class LangProfileTest
extends java.lang.Object
| Constructor and Description |
|---|
LangProfileTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testAdd()
Test method for
LangProfile.add(java.lang.String). |
void |
testAddIllegally1()
Illegal call test for
LangProfile.add(String) |
void |
testAddIllegally2()
Illegal call test for
LangProfile.add(String) |
void |
testLangProfile()
Test method for
LangProfile.LangProfile(). |
void |
testLangProfileStringInt()
Test method for
LangProfile.LangProfile(java.lang.String). |
void |
testOmitLessFreq()
Test method for
LangProfile.omitLessFreq(). |
void |
testOmitLessFreqIllegally()
Illegal call test for
LangProfile.omitLessFreq(). |
public static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic final void testLangProfile()
LangProfile.LangProfile().public final void testLangProfileStringInt()
LangProfile.LangProfile(java.lang.String).public final void testAdd()
LangProfile.add(java.lang.String).public final void testAddIllegally1()
LangProfile.add(String)public final void testAddIllegally2()
LangProfile.add(String)public final void testOmitLessFreq()
LangProfile.omitLessFreq().public final void testOmitLessFreqIllegally()
LangProfile.omitLessFreq().