|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase cc.mallet.grmm.test.TestUndirectedModel
public class TestUndirectedModel
Created: Mar 17, 2005
Constructor Summary | |
---|---|
TestUndirectedModel(java.lang.String name)
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static junit.framework.Test |
suite()
|
void |
testFactorOfSet()
|
void |
testMdlToGraph()
|
void |
testMultipleEdgePotentials()
Tests that models can be created that have multiple factors over the same edge, and that potentialOfEdge returns the product in that case. |
void |
testMultipleNodePotentials()
Tests that models can be created that have multiple factors over the same variable, and that potentialOfVertex returns the product in that case. |
void |
testOutputToDot()
|
void |
testPotentialConnections()
|
void |
testThreeNodeModel()
|
void |
testUndirectedCaches()
|
void |
testUndirectedCachesAfterRemove()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestUndirectedModel(java.lang.String name)
Method Detail |
---|
public void testOutputToDot() throws java.io.IOException
java.io.IOException
public void testMultipleNodePotentials()
public void testMultipleEdgePotentials()
public void testPotentialConnections()
public void testThreeNodeModel()
public void testUndirectedCaches()
public void testUndirectedCachesAfterRemove()
public void testMdlToGraph()
public void testFactorOfSet()
public static junit.framework.Test suite()
public static void main(java.lang.String[] args) throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |