From 33ca99bf6bbbbc73f9fb31c355440f4447ba2c9f Mon Sep 17 00:00:00 2001 From: wisberg Date: Wed, 6 Oct 2004 11:21:50 +0000 Subject: [PATCH] docs for aspectpath and forking --- tests/readme-writing-compiler-tests.html | 105 ++++++++++++++++++----- 1 file changed, 84 insertions(+), 21 deletions(-) diff --git a/tests/readme-writing-compiler-tests.html b/tests/readme-writing-compiler-tests.html index 120f9dc2b..ba202b00c 100644 --- a/tests/readme-writing-compiler-tests.html +++ b/tests/readme-writing-compiler-tests.html @@ -1,7 +1,9 @@ + Writing tests for the AspectJ compiler +

Writing tests for the AspectJ compiler

@@ -19,12 +21,13 @@ test code, discussing
  • Simple test definitions
  • Test source files
  • Incremental tests
  • -
  • Verifying test steps
  • +
  • Verifying test steps +
  • Testing runtime behavior
  • + +
  • Forking at runtime
  • Compiler Options
  • Harness background
  • @@ -33,7 +36,7 @@ information in Simple test definitions and Test source files. -

    Related documents: +

    Related documents: