Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

''Attributes:'' order, description, timeout, async, ui, user defined

''An example of a typical tearDown method using an After tag''

Code Block
actionscript
actionscript
     [After]
     public function tearDown():void {
          testBox = null;
     }