From 9380b983d27b392777788c754cfdc27691d52032 Mon Sep 17 00:00:00 2001 From: acolyer Date: Fri, 10 Dec 2004 11:26:37 +0000 Subject: testing for @args --- .../src/org/aspectj/systemtest/ajc150/AnnotationRuntimeTests.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'tests/src') diff --git a/tests/src/org/aspectj/systemtest/ajc150/AnnotationRuntimeTests.java b/tests/src/org/aspectj/systemtest/ajc150/AnnotationRuntimeTests.java index 8b5403bc1..966bf884a 100644 --- a/tests/src/org/aspectj/systemtest/ajc150/AnnotationRuntimeTests.java +++ b/tests/src/org/aspectj/systemtest/ajc150/AnnotationRuntimeTests.java @@ -44,10 +44,16 @@ public class AnnotationRuntimeTests extends TestUtils { public void test003_InheritableOrNot() { CompilationResult cR = binaryWeave("TestingAnnotations.jar","ThisOrTargetTests.aj",0,0); - System.out.println(cR); } // TODO extra tests // run the result of test003 and validate matches (needs 1.5 runtime) // test inheritable annotation not present on type [should generate runtime test] + + public void test004_ArgsSuite() { + baseDir = new File("../tests/java5/annotations/args"); + CompilationResult cR = binaryWeave("TestingArgsAnnotations.jar","AtArgsAspect.java",0,0); + // TODO need to RUN the result of these tests... + System.out.println(cR); + } } -- cgit v1.2.3