|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
edu.msu.cme.rdp.classifier.rrnaclassifier.TrainingInfoTest
public class TrainingInfoTest
A test class for TrainingInfo.
Constructor Summary | |
---|---|
TrainingInfoTest(java.lang.String testName)
|
Method Summary | |
---|---|
private void |
displayResult(ClassificationResult result)
|
static void |
main(java.lang.String[] args)
|
static junit.framework.Test |
suite()
|
void |
testCreateClassifier()
Test of getRootTree method, of class classification.TrainingInfo. |
void |
testCreateGenusWordProbList()
Test of createGenusWordProbLis method, of class classification.TrainingInfo. |
void |
testCreateLogWordPriorArr()
Test of createLogWordPriorArr method, of class classification.TrainingInfo. |
void |
testCreateProbIndexArr()
Test of makeProbIndexArr method, of class classification.TrainingInfo. |
void |
testCreateTree()
Test of createTree method, of class classification.TrainingInfo. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TrainingInfoTest(java.lang.String testName)
Method Detail |
---|
public static void main(java.lang.String[] args)
public static junit.framework.Test suite()
public void testCreateTree()
public void testCreateLogWordPriorArr() throws java.lang.Exception
java.lang.Exception
public void testCreateGenusWordProbList() throws java.lang.Exception
java.lang.Exception
public void testCreateProbIndexArr() throws java.lang.Exception
java.lang.Exception
public void testCreateClassifier() throws java.lang.Exception
java.lang.Exception
private void displayResult(ClassificationResult result)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |