diff options
Diffstat (limited to 'weaver/testsrc')
-rw-r--r-- | weaver/testsrc/org/aspectj/weaver/patterns/VisitorTestCase.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/weaver/testsrc/org/aspectj/weaver/patterns/VisitorTestCase.java b/weaver/testsrc/org/aspectj/weaver/patterns/VisitorTestCase.java index 8206635f6..1280a6a3d 100644 --- a/weaver/testsrc/org/aspectj/weaver/patterns/VisitorTestCase.java +++ b/weaver/testsrc/org/aspectj/weaver/patterns/VisitorTestCase.java @@ -43,6 +43,10 @@ public class VisitorTestCase extends TestCase { } } + public void testMock() { + //empty so that JUnit does not complain about no test cases in there - this one beeing already in the suite + } + // public void testTemp() { // Pointcut.fromString("call(* *(int, Integer...))"); // } |