summaryrefslogtreecommitdiffstats
path: root/weaver/testsrc
diff options
context:
space:
mode:
authoravasseur <avasseur>2005-06-07 10:06:28 +0000
committeravasseur <avasseur>2005-06-07 10:06:28 +0000
commit2ed6f7e8992de0ae0dfe64261501af64261fd0ef (patch)
tree73f4bd2de153bb6d0ddca0d507b334b6e4bb313a /weaver/testsrc
parentf4f22c7c085ab97a0453d973bab7912abaa82f2e (diff)
downloadaspectj-2ed6f7e8992de0ae0dfe64261501af64261fd0ef.tar.gz
aspectj-2ed6f7e8992de0ae0dfe64261501af64261fd0ef.zip
mock test to avoid junit no test in there (temp / waiting for Adrian fix in parser)
Diffstat (limited to 'weaver/testsrc')
-rw-r--r--weaver/testsrc/org/aspectj/weaver/patterns/VisitorTestCase.java4
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...))");
// }