com.ibm.wala.cast.java.test
Class SyncDuplicatorTest

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.java.test.IRTests
                  extended by com.ibm.wala.cast.java.test.SyncDuplicatorTest
All Implemented Interfaces:
junit.framework.Test

public class SyncDuplicatorTest
extends IRTests


Nested Class Summary
 
Nested classes/interfaces inherited from class com.ibm.wala.cast.java.test.IRTests
IRTests.EdgeAssertions, IRTests.SourceMapAssertion
 
Field Summary
 
Fields inherited from class com.ibm.wala.cast.java.test.IRTests
emptyList, javaHomePath, rtJar, testSrcPath
 
Constructor Summary
SyncDuplicatorTest()
           
 
Method Summary
protected  JavaSourceAnalysisEngine getAnalysisEngine(java.lang.String[] mainClassDescriptors)
           
protected  java.lang.String singleInputForTest()
           
protected  java.lang.String singlePkgInputForTest(java.lang.String pkgName)
           
 void testMonitor2()
           
 
Methods inherited from class com.ibm.wala.cast.java.test.IRTests
descriptorToMethodRef, populateScope, runTest, simplePkgTestEntryPoint, simpleTestEntryPoint, singlePkgTestSrc, singleTestSrc
 
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
 

Constructor Detail

SyncDuplicatorTest

public SyncDuplicatorTest()
Method Detail

getAnalysisEngine

protected JavaSourceAnalysisEngine getAnalysisEngine(java.lang.String[] mainClassDescriptors)
Specified by:
getAnalysisEngine in class IRTests

singleInputForTest

protected java.lang.String singleInputForTest()
Specified by:
singleInputForTest in class IRTests

singlePkgInputForTest

protected java.lang.String singlePkgInputForTest(java.lang.String pkgName)
Specified by:
singlePkgInputForTest in class IRTests

testMonitor2

public void testMonitor2()