test.edu.uci.ics.jung.graph.predicates
Class CliquePredicateTest

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.graph.predicates.CliquePredicateTest

public class CliquePredicateTest
extends TestCase

Author:
danyelf

Constructor Summary
CliquePredicateTest()
           
 
Method Summary
 Graph makeKClique(int k, boolean selfLoop)
           
 void test3Vertices()
           
 void test7Vertices()
           
 void test9Vertices()
           
 void testOneVertex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CliquePredicateTest

public CliquePredicateTest()
Method Detail

testOneVertex

public void testOneVertex()

makeKClique

public Graph makeKClique(int k,
                         boolean selfLoop)

test3Vertices

public void test3Vertices()

test7Vertices

public void test7Vertices()

test9Vertices

public void test9Vertices()