cc.mallet.grmm.test
Class TestRandomGraphs

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by cc.mallet.grmm.test.TestRandomGraphs
All Implemented Interfaces:
junit.framework.Test

public class TestRandomGraphs
extends junit.framework.TestCase

Created: Mar 26, 2005

Version:
$Id: TestRandomGraphs.java,v 1.1 2007/10/22 21:37:40 mccallum Exp $
Author:
Constructor Summary
TestRandomGraphs(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testAttractiveGraphs()
           
 void testFrustratedGraphs()
           
 void testFrustratedIsGrid()
           
 void testRepulsiveGraphs()
           
 void testUniformGrid()
           
 void testUniformGridWithObservations()
           
 
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

TestRandomGraphs

public TestRandomGraphs(java.lang.String name)
Method Detail

suite

public static junit.framework.Test suite()

testAttractiveGraphs

public void testAttractiveGraphs()
                          throws java.io.IOException
Throws:
java.io.IOException

testRepulsiveGraphs

public void testRepulsiveGraphs()
                         throws java.io.IOException
Throws:
java.io.IOException

testFrustratedGraphs

public void testFrustratedGraphs()
                          throws java.io.IOException
Throws:
java.io.IOException

testFrustratedIsGrid

public void testFrustratedIsGrid()
                          throws java.io.IOException
Throws:
java.io.IOException

testUniformGrid

public void testUniformGrid()

testUniformGridWithObservations

public void testUniformGridWithObservations()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Throwable
Throws:
java.lang.Throwable