com.ibm.wala.core.tests.cha
Class InterfaceTest

java.lang.Object
  extended by com.ibm.wala.core.tests.util.WalaTestCase
      extended by com.ibm.wala.core.tests.cha.InterfaceTest

public class InterfaceTest
extends WalaTestCase

Test interface subtype stuff


Constructor Summary
InterfaceTest()
           
 
Method Summary
static void afterClass()
           
static void beforeClass()
           
static void main(java.lang.String[] args)
           
 void test1()
          Test for subtype tests with interfaces; bug reported by Bruno Dufour
 void test2()
          check that arrays implement Cloneable and Serializable
 
Methods inherited from class com.ibm.wala.core.tests.util.WalaTestCase
assertBound, assertBound, justThisTest, setUp, tearDown, useShortProfile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceTest

public InterfaceTest()
Method Detail

main

public static void main(java.lang.String[] args)

beforeClass

public static void beforeClass()
                        throws java.lang.Exception
Throws:
java.lang.Exception

afterClass

public static void afterClass()
                       throws java.lang.Exception
Throws:
java.lang.Exception

test1

public void test1()
Test for subtype tests with interfaces; bug reported by Bruno Dufour


test2

public void test2()
check that arrays implement Cloneable and Serializable