com.ibm.wala.cast.js.test
Class TestCallGraphShape

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.ibm.wala.core.tests.util.WalaTestCase
              extended by com.ibm.wala.cast.js.test.TestCallGraphShape
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
TestAjaxsltCallGraphShape, TestSimpleCallGraphShape

public abstract class TestCallGraphShape
extends WalaTestCase


Nested Class Summary
protected static class TestCallGraphShape.Name
           
 
Field Summary
protected static java.lang.Object ROOT
           
 
Constructor Summary
TestCallGraphShape()
           
 
Method Summary
protected  void verifyGraphAssertions(CallGraph CG, java.lang.Object[][] assertionData)
           
protected  void verifyNameAssertions(CallGraph CG, java.lang.Object[][] assertionData)
           
 
Methods inherited from class com.ibm.wala.core.tests.util.WalaTestCase
assertBound, assertBound, justThisTest, setUp, tearDown, useShortProfile
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

ROOT

protected static final java.lang.Object ROOT
Constructor Detail

TestCallGraphShape

public TestCallGraphShape()
Method Detail

verifyNameAssertions

protected void verifyNameAssertions(CallGraph CG,
                                    java.lang.Object[][] assertionData)

verifyGraphAssertions

protected void verifyGraphAssertions(CallGraph CG,
                                     java.lang.Object[][] assertionData)