]> source.dussan.org Git - aspectj.git/commitdiff
Two more generics testcases working.
authoraclement <aclement>
Wed, 8 Jun 2005 12:39:04 +0000 (12:39 +0000)
committeraclement <aclement>
Wed, 8 Jun 2005 12:39:04 +0000 (12:39 +0000)
tests/src/org/aspectj/systemtest/ajc150/GenericsTests.java

index 824d2ea40bcff2fe2a88eef8f989410c68da60ec..46663cada6a050e2982de9036c8299b50b524ecc 100644 (file)
@@ -76,19 +76,19 @@ public class GenericsTests extends XMLBasedAjcTestCase {
        public void testItdComplexMethod() {
                runTest("Parsing generic ITDs - 4");
        }
+               
+       public void testItdNonStaticMember() {
+               runTest("itd of non static member");
+       }
        
+       public void testItdStaticMember() {
+               runTest("itd of static member");
+       }
+
 //     public void testItdOnGenericType() {
 //             runTest("ITDs on generic type");
 //     }
 //     
-//     public void testItdNonStaticMember() {
-//             runTest("itd of non static member");
-//     }
-//     
-//     public void testItdStaticMember() {
-//             runTest("itd of static member");
-//     }
-//     
 //     public void testItdUsingTypeParameter() {
 //             runTest("itd using type parameter");
 //     }
@@ -110,4 +110,8 @@ public class GenericsTests extends XMLBasedAjcTestCase {
 //             runTest("Problems resolving type name inside generic class");
 //     }
        
+       // missing tests in here:
+       
+       // 1. public ITDs and separate compilation - are the signatures correct for the new public members?
+       // 2. ITDF
 }