test.edu.uci.ics.jung.graph.impl
Class FailingGraphTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.edu.uci.ics.jung.graph.impl.FailingGraphTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
FailingGraphTest.SparseTest

public abstract class FailingGraphTest
extends junit.framework.TestCase

Author:
danyelf

Nested Class Summary
static class FailingGraphTest.SparseTest
           
 
Constructor Summary
FailingGraphTest()
           
 
Method Summary
abstract  Vertex getVertex()
           
static junit.framework.Test suite()
           
 void testSillyGraph()
           
 void testSillyGraph10A()
           
 void testSillyGraph10B()
           
 void testSillyGraph11()
           
 void testSillyGraph2()
           
 void testSillyGraph3()
           
 void testSillyGraph4()
           
 void testSillyGraph5()
           
 void testSillyGraph6()
           
 void testSillyGraph7()
           
 void testSillyGraph8()
           
 void testSillyGraph9()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FailingGraphTest

public FailingGraphTest()
Method Detail

getVertex

public abstract Vertex getVertex()

suite

public static junit.framework.Test suite()

testSillyGraph

public void testSillyGraph()

testSillyGraph2

public void testSillyGraph2()

testSillyGraph3

public void testSillyGraph3()

testSillyGraph4

public void testSillyGraph4()

testSillyGraph5

public void testSillyGraph5()

testSillyGraph6

public void testSillyGraph6()

testSillyGraph7

public void testSillyGraph7()

testSillyGraph8

public void testSillyGraph8()

testSillyGraph9

public void testSillyGraph9()

testSillyGraph10A

public void testSillyGraph10A()

testSillyGraph10B

public void testSillyGraph10B()

testSillyGraph11

public void testSillyGraph11()